.sectionRichText {
}

.sectionRichText__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4.8rem 2rem;
}

.sectionRichText__description {
  line-height: 1.85;
}

.sectionRichText__header.bg-beige .sectionRichText__description,
.sectionRichText__header.bg-pink .sectionRichText__description {
  color: var(--color-blue);
}

.sectionRichText__richText {
  grid-column-start: span 2;
  padding: 4.8rem 2rem;
}

.sectionRichText__richText h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 1.2rem;
}

.sectionRichText__richText h3:not(:first-of-type) {
  margin-top: 4.8rem;
}

.sectionRichText__header--primary {
  flex-grow: 1;
}

.sectionRichText__header--secondary {
  border-top: 1px solid var(--color-blue)
}
.bg-blue .sectionRichText__header--secondary {
  border-color: white;
}

.sectionRichText__cta {
  margin-top: 3.2rem;
}

.sectionRichText__heading--secondary {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

.sectionRichText__header--secondary .button {
  margin-top: 3.2rem;
}

@media screen and (min-width: 940px) {
  .sectionRichText__header {
    grid-column-start: span 2;
  }
  .sectionRichText__heading {
    margin-bottom: 4.8rem;
  }
  .sectionRichText__richText {
    grid-column-start: span 3;
  }
  .sectionRichText {
    align-items: stretch;
    gap: 1.5rem;
    background-color: var(--bg-color);
  }
  .sectionRichText__cta {
    margin-top: 4.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .sectionRichText__header,
  .sectionRichText__richText {
    padding: 5.6rem;
  }
}

@media screen and (min-width: 1321px) {
  .sectionRichText__header,
  .sectionRichText__richText {
    padding: 8.8rem;
  }
}
