.contact-hero-section .hero-title {
    font: 900 40px/1.3 var(--Lexend);
    color: var(--brand-green-new);
    margin: 16px auto;
    text-align: center;
}

.contact-hero-section .hero-subtitle {
    font: 500 22px/1.2 var(--Lexend);
    margin-bottom: 24px;
    text-align: center;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.contact-forms {
    max-width: 900px;
    margin: 24px auto;
}

.form-selector {
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #6a859d54;
    gap: 16px;
}

.form-selector h5 {
    font-size: 22px;
}

select#contactFormSelector {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
}

select#contactFormSelector,
#contact-forms .ff-default .ff-el-form-control {
    height: 50px;
    font-size: 18px;
    font-family: var(--Lexend);
}

#contact-forms form button.ff-btn-submit:not(.ff_btn_no_style) {
    background-color: var(--brand-grey);
    color: #ffffff;
    font-size: 22px;
    font-family: var(--Lexend), serif;
    width: 250px;
    margin: 12px auto 0;
}

.fluentform .ff-el-group.ff-custom_html.form-header-note {
    margin-bottom: 24px;
}

.ff-custom_html.form-header-note h6 {
    font-size: 20px;
    margin-bottom: 16px;
}

#contact-forms form h4 {
    margin: 0 auto 8px;
    width: max-content;
    font-size: 30px;
}

#contact-forms form h5 {
    margin: 16px 0 8px;
    width: max-content;
    font-size: 26px;
}

.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
    text-align: center;
}

@media (min-width: 991px) {
    .contact-hero-section .hero-title {
        font: 900 46px/1.3 var(--Lexend);
        margin: 34px auto;
    }

    .contact-hero-section .hero-subtitle {
        font: 500 26px/1.2 var(--Lexend);
        text-align: left;
    }


    .form-selector {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }

    .form-selector h5 {
        font-size: 26px;
    }

    #contact-forms form h4 {
        margin: 0 auto 20px;
        font-size: 36px;
    }

    .ff-custom_html.form-header-note h6 {
        font-size: 22px;
    }

}

input[name="fld_total"] {
    text-align: right;
}