#about_us_section{
    padding: 10px 0;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
#about_us_section_container{
    width: 100px;
}
#about_us_section img{
    width: 800px;
    padding: 30px 30px;
    border-radius: 200px;
}
#about_us_section h2{
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
}
#about_us_section h3{
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

@media(max-width: 1780px){
    #about_us_section img{
        height: 80%;
        width: 500px;
        padding: 0 5px;
        margin: auto auto;
    }
}
@media(max-width: 900px){
    #about_us_section img{
        height: 80%;
        width: 500px;
        padding: 0 5px;
        margin: auto auto;
    }
    #about_us_section h2{
        padding-left: 10px;
        font-size: 40px;
        font-family: 'Poppins', sans-serif;
    }
    #about_us_section h3{
        padding-left: 10px;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
    }
    #about_us_section p{
        padding-left: 10px;
        font-size: 15px;
    }
}
@media(max-width: 700px){
    #about_us_section img{
        height: 100%;
        width: 400px;
        padding: 0 5px;
        margin: auto auto;
    }
}