.about_company_page{
    width: 100%;
    height: max-content;
}
.about_company{
    width: 100%;
    height: max-content;
    margin-bottom: 35px;
}
/* .about_company .container-lg{}s */
.about_company__container{
    width: 100%;
}

.about_company__container h1{
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 0px;
    font-weight: 500;
    margin-bottom: 28px;
}
.about_company__container p{
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #000000;
    margin-bottom: 28px;
}
.about_company__container h4{
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 28px 0px;
    padding: 0px;
    font-weight: 500;
}

.about_company__img-box{
    width: 100%;
    height: max-content;
}
.about_company__img-box img{
    width: 100%;
    object-fit: cover;
}

.about_company__video-box{
    width: 100%;
    height: 700px;
}
.about_company__video-box iframe{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1000px){
    .about_company{
        margin: 28px 0px;
    }
    .about_company__video-box{
        height: 500px;
    }
}
@media screen and (max-width:767px){
    .about_company{
        width: 91.66666667%;
        margin: 28px auto;
    }
    .about_company .container-lg{
        padding: 0px!important;
        margin: 0px!important;
    }
    .about_company__container h2{
        margin-bottom: 22px;
    }
    .about_company__container p{
        margin-bottom: 12px;
    }
    .about_company__container h4{
        margin: 13px 0px;
    }


    .about_company__img-box img{
        width: 100%;
        min-height: 263px;
        object-fit: cover;
    }

    .about_company__video-box{
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width:400px){
    .about_company__video-box{
        width: 100%;
        height: 210px;
    }
}
