@media screen and (min-width: 992px) and (max-width: 1199px) {
    .guests .guest-img {
        width: 50%;
    }
}

@media (max-width: 980px) {

    .screening-image,
    .screening-content {
        width: 100%;
        padding-left: 12px;
    }

    .screening-image img {
        height: 350px;
    }

    section.about-guest .row {
        gap: 30px 0;
    }

    section.about-guest .screening-content .row {
        gap: 0px 0;
    }

    section.about-guest.rev .row {
        flex-direction: column-reverse;
    }

    section.about-guest.rev .screening-content {
        padding-right: 12px;
    }

    .about_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .abt-image {
        width: 100%;
        /* float: left; */
        margin-right: 0;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

    .guests .guest-img {
        width: 50%;
    }

    section.about-us-home .abt-co-img {
        width: 100%;
        margin-bottom: 30px;
        float: none;
        margin-left: 0px;
    }

    section.about-us-home .abt-left {
        min-height: auto;
    }

    section.about-us-home .row {
        flex-direction: column-reverse;
    }

    section.about-us-home .col-5.abt-left {
        width: 100%;
    }

    .about_section .about_img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .about_section .about_img img {
        height: 400px;
    }

    .about_section .about_content {
        min-height: auto;
    }

    section.experience-section .experience-image {
        width: 100%;
    }

    section.experience-section .experience-content {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
    }

    section.experience-section .experience-details {
        max-width: 100%;
        margin-left: 0;
        padding: 30px;
    }

    section.abt-cta .abt-cta-content {
        padding: 40px;
    }

    section.abt-cta {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.abt-cta .abt-cta-content h3 {
        font-size: 45px;
    }

    .experience-overlay {
        width: 100%;
        height: 450px;
    }
}

@media (max-width: 540px) {

    .screening-image,
    .screening-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-info-box.col-sm-12 {
        padding: 0;
    }

    section.abt-cta .abt-cta-content h3 {
        font-size: 28px;
    }

    section.abt-cta .abt-cta-content {
        margin: 0;
        padding: 30px;
    }

    section.experience-section .experience-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-info-box p {
        font-size: 14px;
    }

    section.about-guest.rev .screening-content {
        padding-left: 0;
        padding-right: 0;
    }

    section.experience-section .experience-details p {
        margin-bottom: 25px;
    }

    .experience-overlay {
        width: 100%;
        height: 300px;
    }

    section.experience-section .experience-details {
        margin-left: 0;
        padding: 20px;
    }

    .screening-image img {
        height: 300px;
        margin-bottom: 0px;
    }

    section.about-us-home .abt-co-img-left {
        position: relative;
    }

    section.about-us-home .abt-co-img {
        padding-right: 0;
        margin-right: 0;
        height: auto;
    }

    section.about-us-home .abt-co-img-right {
        text-align: left;
        z-index: 1;
        transform: translateY(0%) translateX(0px);
        position: relative;
        top: 0;
        margin-top: 20px;
    }

    section.about-us-home .abt-co-img-right img {
        height: 300px;
        width: 100%;
    }

    section.about-us-home .abt-co-img-left img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    section.about-us-home .col-5.abt-left {
        padding: 0px;
    }

    .guests .guest-img {
        width: 100%;
        margin-right: 0px;
        float: none;
        margin-bottom: 30px;
    }

    .about_section .about_img img {
        height: 300px;
    }

    .about_section .about_content h5 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .about_section .about_content h4 {
        font-size: 20px;
    }

    .about_section .about_img {
        border-radius: 0 20%;
        padding: 0%;
        border: 20px solid #051e33;
    }

    section.abt-cta {
        margin-top: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.meet-team .head-sec {
        margin-bottom: 0;
    }

    section.we-set-up h3 {
        font-size: var(--f18);
    }

    section.we-set-up p {
        text-align: left;
        line-height: 24px;
    }
    section.meet-team .meet-team-head h3 {
        font-size: var(--f32);
    }
}

@media (max-width: 360px) {}