/* Hero title — smaller than the default 100px */
.contact-banner-section .banner-section-laptop .title,
.banner-section-mobile .container .title {
    font-size: 60px;
}

/* Centered yellow text in the hero banner */
.claim-audits-hero-center {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    pointer-events: none;
}

.claim-audits-hero-center p {
    color: #EFB257;
    font-size: 35px;
    font-weight: 200;
    line-height: 1.5;
    margin: 0;
}

/* Form section */
.contact-section .claim-audits-form {
    margin-top: 60px;
    overflow: visible;
}

.contact-section .claim-audits-form .wpcf7-form {
    max-width: 80%;
}

.contact-section .claim-audits-form .wpcf7-form div .btn-wrapper {
    margin-top: 0;
}

.contact-section .claim-audits-form .wpcf7-form div .btn-wrapper button {
    width: 100%;
    white-space: nowrap;
}

.claim-audits-form-intro {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #621F52;
    max-width: 400px;
}

.claim-audits-below-button {
    font-style: italic;
    color: #888888;
    font-size: 13px;
    margin-top: 12px;
}

/* Side image */
.claim-audits-form-side-image {
    position: absolute;
    right: -55%;
    top: 5%;
    width: 900px;
    overflow: hidden;
    z-index: 0;
}

.claim-audits-form-side-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1600px) {
    .claim-audits-form-side-image {
        right: -65%;
    }
}

@media (max-width: 1280px) {
    .banner-section-laptop .container-cover {
        top: 196px;
    }
}

@media (max-width: 1200px) {
    .claim-audits-form-side-image {
        right: -75%;
    }
}

@media (max-width: 1000px) {
    .contact-section-inner {
        display: flex !important;
        flex-direction: column;
    }

    .claim-audits-form {
        order: -1;
        width: 80% !important;
    }

    .banner-section-mobile .container .title {
        font-size: 40px;
    }

    .claim-audits-hero-center p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .contact-section .claim-audits-form {
        margin-top: 40px;
        padding-top: 10px;
    }
}

@media (max-width: 700px) {
    .claim-audits-form-side-image {
        right: -35%;
        width: 400px;
        top: 50%;
    }
}

@media (max-width: 500px) {
    .claim-audits-form-side-image {
        right: -70%;
    }
}
