 .about_us {
    margin-top: 85px !important;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px !important;
}
h1{
    margin: auto;
   
    margin-bottom: 25px !important;
    color: rgba(23, 24, 24, 0.94);
    font-size: 48px;
}
@media (max-width: 768px){
    h1 {
        margin: auto;
        margin-top: 50px;
        margin-bottom: 25px !important;
        color: rgba(23, 24, 24, 0.94);
        font-size: 40px;
    }
}

.first_content{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.about_us img{
     height: 100%;
     width: 100%;
     border-radius: 2px;
     object-fit: cover;
     margin-bottom: 10px !important;
     transition:  0.8s ease-in-out 0s ;
    /*position: absolute;*/
 }
.first_content:hover img {
    transform: scale(1.2);
}
.text{
    display: flex;
    font-size: 20px;
    align-items: center;
    font-size: 20px;
    margin-top: 20px;
}
.text>*{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.text1{

    font-size: 20px;
}
.text1>*{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.text2{
    display: flex;
    font-size: 20px;
    align-items: center;
    font-size: 20px;
    margin-top: 15px;
}
.text2>*{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.text2{

    font-size: 20px;
}
.text2>*{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
@media only screen and (max-width: 992px) {
    .about_us img{
        width: 100%;
    }

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 400px) {
    .
}
