.article-body .editorial-experience {
  margin: 2.5rem 0;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-body .editorial-experience .booking-section__heading {
  grid-template-columns: 1fr;
  gap: .35rem;
  align-items: start;
}

.article-body .editorial-experience .booking-section__heading h2,
.article-body .editorial-experience .booking-section__heading h3 {
  margin: .2rem 0 .35rem;
}

.article-body .editorial-experience .booking-section__heading > p {
  color: #c7d5e2;
}

.article-body .editorial-experience .booking-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1.25rem;
}

.article-body .editorial-experience .booking-grid--single {
  grid-template-columns: minmax(0, 480px);
}

.article-body .editorial-experience .booking-card__body {
  min-height: 245px;
}

.article-body .editorial-experience .booking-card__description {
  font-size: .88rem;
}

.article-body .editorial-experience .booking-section__footer {
  align-items: flex-start;
}

@media (max-width: 600px) {
  .article-body .editorial-experience .booking-grid,
  .article-body .editorial-experience .booking-grid--single {
    grid-template-columns: 1fr;
  }

  .article-body .editorial-experience .booking-card {
    display: block;
  }

  .article-body .editorial-experience .booking-card img,
  .article-body .editorial-experience .booking-card__placeholder {
    width: 100%;
    height: 180px;
  }

  .article-body .editorial-experience .booking-card__body {
    min-height: 0;
  }
}
