/**
* Hero section
*
* @since 1.0.0
*/

.hero-banner {
    padding: 165px 0 80px;
    background: linear-gradient(30deg, rgba(253,252,252,1) 0%, rgba(210,179,179,1) 30%);
    min-height: 0 !important;
}

.hero-banner h1,
.content h2 {
    font-size: 38px;
}

.hero-banner .bg-img-2 {
    mix-blend-mode: overlay;
}

/**
* Content section
*
* @since 1.0.0
*/

.content .accordion {
    max-width: 770px;
}

.content .contact-us {
    max-width: 400px;
}

.content .contact-us h2 {
    font-size: 30px;
}

@media( max-width: 1025px ) {
    .hero-banner h1,
    .content h2 {
        font-size: 36px;
    }

    .content .contact-us h2 {
        font-size: 28px;
    }
    
    .content .contact-us .wpcf7-form-control {
        font-size: 18px;
    }

    .content .contact-us .wpcf7-submit {
        font-size: 17px;
    }
}

@media( max-width: 768px ) {
    .hero-banner h1,
    .content h2 {
        font-size: 34px;
    }

    .content .contact-us h2 {
        font-size: 26px;
    }

    .content .contact-us .wpcf7-form-control {
        font-size: 17px;
    }

    .content .contact-us .wpcf7-submit {
        font-size: 16px;
    }
}