.section-heading__title {
  font-size: var(--font-size-xl);
}
@media (min-width: 64em) {
  .section-heading__title {
    font-size: var(--font-size-2xl);
    max-width: 80%;
  }
}
.section-heading__subtitle {
  color: var(--color-green-500);
  font-weight: 500;
}
@media (min-width: 64em) {
  .section-heading__subtitle {
    font-size: 18px;
  }
}