.pastoral-single {
  background: #f4f7fb;
}

.pastoral-single .pastoral-section {
  padding: 60px 0 90px;
}

.pastoral-single .container {
  max-width: 1280px;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.pastoral-layout {
  display: grid;
  grid-template-columns: 1.45fr .9fr;
  gap: 42px;
  align-items: start;
}

.pastoral-main-card,
.pastoral-info-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(11,58,130,.12);
  overflow: hidden;
}

.pastoral-main-card .entry-content {
  padding: 36px;
  font-size: 18px;
  line-height: 1.7;
  color: #10233f;
}

.pastoral-featured-image img,
.pastoral-card img {
  width: 100%;
  display: block;
}

.pastoral-info-card {
  padding: 36px;
  border-top: 7px solid #f4b400;
}

.pastoral-info-card h2 {
  margin: 0 0 26px;
  color: #0b3a82;
  font-size: 34px;
}

.pastoral-info-item {
  padding: 18px 0;
  border-bottom: 1px solid #e5ebf3;
}

.pastoral-info-label {
  display: block;
  color: #0b3a82;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 8px;
}

.pastoral-placeholder {
  width: 100%;
  height: 240px;
  background: linear-gradient(135deg,#0b3a82,#d9e9f8);
}

@media (max-width: 900px) {
  .pastoral-layout {
    grid-template-columns: 1fr;
  }
  .empty-info{
    color:#5c6f8c;
    font-style:italic;
    margin-top:15px;
}
}