#title-control {
  font-size: 24px;
  text-align: left;
  width: 95%;
  margin: 0 auto;
  padding-top: 12px;
}

.section-config-tx-banner header > * {
  font-size: 24px;
}

.section-rates .section__title {
  font-size: 24px;
}

.section-rates .section__subtitle {
  font-size: 18px;
}

.section-rates .section-title--h4 {
  font-size: 18px;
}

.section-timeline-steps .vfes-title {
  font-size: 24px;
}

.section-faqs .section__title {
  font-size: 24px;
}

.section-module .module-title {
  font-size: 24px;
}

.section-config-tx-banner header h2 {
  font-size: 24px;
  text-align: left;
}

@media screen and (min-width: 1280px) {
  #title-control {
    font-size: 34px;
    width: 100%;
  }

  .section-config-tx-banner header > * {
    font-size: 34px;
  }

  .section-rates .section__title {
    font-size: 34px;
  }

  .section-rates .section__subtitle {
    font-size: 22px;
  }

  .section-rates .section-title--h4 {
    font-size: 22px;
  }

  .section-timeline-steps .vfes-title {
    font-size: 34px;
  }

  .section-faqs .section__title {
    font-size: 34px;
  }

  .section-module .module-title {
    font-size: 34px;
  }

  .section-config-tx-banner header h2 {
    font-size: 34px;
  }
}
