.about_us_page_banner {
    height: 400px;
}

.about_us_page_banner_container {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.about_us_page_banner_container img {
    height: 100%;
    object-fit: cover;
    object-position: 0 0%;
}


.about_us_banner {
    border-radius: 16px;
    padding: 2rem;
    background: rgba(255, 255, 255);
}

.page_content {
    top: 10%;
    right: 7%;
    width: 55%;
}

.thing img{
    border-radius: 10px;
}



@media (max-width:1380px) {
    .page_content {
        width: 65%;
        right: 3%;
    }

    .content_heading {
        font-size: 2rem !important;
    }
}



@media (max-width:880px) {
    .page_content {
        width: 50%;

    }

    .about_us_banner {
        padding: 1rem;
    }

}

@media (max-width:720px) {
    .page_content {
        width: 70%;
        top: 14%;

    }

    .about_us_banner {
        padding: 1rem;
    }


    .about_us_banner {
        border-radius: 16px;
        padding: 2rem;
        background: rgba(255, 255, 255, 0.9);
    }

}

@media (max-width:586px) {
    .page_content {
        width: 90%;
        top: 50%;
        left: 5%;
        transform: translate(0, -50%);
    }

    .about_us_page_banner {
        height: 300px;
    }

    .about_us_banner {
        padding: 1rem;
    }

}

@media (max-width:470px) {

    .content_heading {
        line-height: normal;
    }

    .content_para {
        line-height: 18px;
        font-size: 1rem;
    }

    .about_us_banner .content_para {
        font-size: 1.3rem;
    }

    .about_us_banner {
        padding: 1rem;
    }

}