.hero__content .hero__title.custom-font-style {
  font-size: var(--custom-font-size-desktop);
}

.hero__content .hero__rte.custom-content-font-style p {
  font-size: var(--custom-content-font-size-desktop);
}

.hero__content .hero__title.custom-font-style,
.hero__content .hero__rte {
  color: var(--color-text);
}

@media screen and (max-width: 749px) {
  .hero__content .hero__title.custom-font-style {
    font-size: var(--custom-font-size-mobile);
  }

  .hero__content .hero__rte.custom-content-font-style p {
    font-size: var(--custom-content-font-size-mobile);
  }
}
