#title-control {
    font-size: 24px;
}

#section-config-desktop 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-desktop header h2 {
    font-size: 24px;
}


@media screen and (min-width:1280px) {

    #title-control {
        font-size: 34px;
    }

    #section-config-desktop 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-desktop header h2 {
        font-size: 34px;
    }

}