.testimonial-container {
    padding: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
}


.testimonial-contact-box {
    background-image: url(../../images/contactus.png);
    border-radius: 40px;
    padding: 105px 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-contact-box h1,
.testimonial-contact-box p {
    color: white;
}

.testimonial-contact-box h1 {
    font-family: 'Operrata 18';
    font-size: 40px;
    max-width: 700px;
    width: 100%;
    margin-bottom: 41px;
}

.testimonial-contact-box p {
    font-size: 20px;
    max-width: 700px;
    font-family: 'Inter regular';
    margin-bottom: 40px;
}

.testimonial-contact-box .testimonial-contact-cta-btn {
    background-color: white;
    color: #FF0000;
    border: none;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Inter medium';
    border-radius: 10px;
    letter-spacing: calc(16px * 0.02);
}

.testimonial-inactive-cta-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 55px;
    padding-right: 55px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Inter medium';
    letter-spacing: calc(16px * 0.02);
}

@media screen and (min-width:1600px) {
    .testimonial-container {
        padding-left: 150px;
        padding-right: 150px;
    }

    .testimonial-contact-box h1 {
        font-size: 60px;
    }
}

@media screen and (max-width:1400px) {

    .testimonial-container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width:1300px) {
    .testimonial-contact-box {
        padding: 50px 50px;
    }
}

@media screen and (max-width:991px) {
    .testimonial-contact-box {
        padding: 35px 35px;
    }

    .testimonial-contact-box h1 {
        font-size: 35px;
    }

    .testimonial-contact-box p {
        font-size: 18px;
    }

    .testimonial-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width:600px) {
    .testimonial-contact-box {
        padding: 25px 25px;
    }
}

@media screen and (max-width:500px) {
    .testimonial-contact-box {
        background-size: cover;
        background-position: right;
        position: relative;
    }

    .testimonial-contact-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ff00005e;
        z-index: 1;
        border-radius: 40px;
    }

    .testimonial-contact-cta-btn,
    .testimonial-contact-box p,
    .testimonial-contact-box h1,
    .testimonial-inactive-cta-btn {
        z-index: 2;
        display: block;
        position: relative;
    }

    .testimonial-contact-cta-wrapper {
        flex-wrap: wrap;
    }

    .testimonial-contact-cta-btn,
    .testimonial-inactive-cta-btn {
        width: 100%;
    }
}