.about_wrapper__content h2{
    font-size: 34px;
    font-weight: 600;
    text-align: justify;
}
.about_wrapper__content p{
    margin-top: 1rem;
    line-height: 26px;
    text-align: justify;
}
.about_img__box img{
    height: 550px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

@media(max-width:992px){
    .about_img__box img{
        height: 350px;
    }
}
@media(max-width:768px){
    .about_wrapper__content h2{
        font-size: 24px;
    }
    .about_img__box{
        margin-bottom: 1rem;
    }
    .about_img__box img{
        height: auto;
    }
    .about_wrapper__content p{
        font-size: 14px;
        line-height: 25px;
    }
}