/**
* Hero section
*
* @since 1.0.0
*/

.hero-banner {
    padding-top: 145px;
}

.hero-banner > .container,
.contact > .container {
    max-width: 1010px;
}

.hero-banner h1 {
    font-size: 64px;
    letter-spacing: 0.02em;
}

.hero-banner .wpcf7-form-control {
    font-size: 20px;
}

.hero-banner .wpcf7-submit {
    font-size: 18px;
}

/**
* Contact section
*
* @since 1.0.0
*/

.contact h3 {
    font-size: 19px;
    letter-spacing: 0.04em;
}

.contact a {
    font-size: 20px;
}

.contact .social-links {
    margin-bottom: 0 !important;
}

.contact .social-links .social-links__link {
    width: 35px;
    height: 35px;
    color: #745356 !important;
    background-color: #e8dedf;
}

.contact .social-links .social-links__link svg {
    width: 20px;
    height: 20px;
}

@media ( max-width: 1025px ){
    .hero-banner {
        padding-top: 130px;
    }

    .hero-banner h1 {
        font-size: 50px;
    }

    .hero-banner .wpcf7-form-control {
        font-size: 18px;
    }

    .hero-banner .wpcf7-submit {
        font-size: 17px;
    }

    .contact a {
        font-size: 18px;
    }
}

@media ( max-width: 768px ){
    .hero-banner {
        padding-top: 125px;
        padding-bottom: 40px;
    }

    .hero-banner h1 {
        font-size: 48px;
    }

    .hero-banner .wpcf7-form-control {
        font-size: 17px;
    }

    .hero-banner .wpcf7-submit {
        font-size: 16px;
    }

    .contact .social-links {
        justify-content: center;
    }

    .contact a {
        font-size: 17px;
    }
}

@media ( max-width: 576px ){
    .hero-banner h1 {
        font-size: 52px;
    }
}