*{
    text-align: left;
}
.about_us {
    margin-top: 100px;
    width: 100%;
    display: flex;
        margin-bottom: -50px;

text-align: left;
}

h1{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: rgba(23, 24, 24, 0.94);
    font-size: 60px;
}
.img1{
    height: auto;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
}
.first_content{
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: inherit;
}
.text{
    text-align: left;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
.text h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;

}
.second-section{
    background: #e6e6e66b;
    padding: 0 0 40px 0;
}
.section-items{
    border-radius: 7px;
}

.section-items{
    width: 305px;
    height: 400px;
    background: #ffffff;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 15px;
    position: relative;
}
.section-items>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;

}
.cover__image{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cover__image img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.trasnparent-section{
    width: 100%;
    height:400px ;
    overflow: hidden;
    position: absolute;
    background-color: rgb(100 116 132 / 50%);
}
.cover__image h1{
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    text-shadow: 2px 2px 6px rgb(156 161 177);
    font-weight: bold;
}
.content-body{
    width: auto;
    margin: 15px 15px;
}

.items-description{
   
    text-transform: initial;
    font-style: italic;
}
.thired-content-items{

    border-radius: 7px;
}
.thired-section{
    background: #e6e6e66b;
    padding: 0 40px 0;

}
.fourth-section{
    margin-bottom: 50px;
}
.thired-section-person{
    width: 100%;
    height: auto;
}
.thired-section-person>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fourth-description-content {
    width: 50%;
    align-items: center;
    justify-content: center;
}

.fourth-description-content span {

    font-size: 16px;
    line-height: 27px;

}
.span_our_team{

    padding: 20px;
    line-height: 27px;
}
.arpi__image{
    padding: 0;
    margin-top: 20px;
}
.arpi__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 3px;
}
.div__image{
    width: 65%;
    height: 43%;
    margin-left: auto;
}
.div__text{
    width: 65%;
    margin-left: auto;
    font-size: 18px;
}
.videolink-content{
    position: relative;

}

@media only screen and (max-width: 992px) {
    .img1{
        width: 100%;
    }

}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .section-items{
        width: 270px;

    }
}
@media only screen and (max-width: 768px) and (min-width: 575px) {
    .fourth-description-content {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .div__text {
        width: auto;
        margin-left: 15px;
        font-size: 18px;
    }
    .div__image {
        width: 45%;
        height: 60%;
        margin: auto;
    }
    /*.arpi__image img{*/
    /*    margin-left: 15px;*/
    /*}*/
}
@media only screen and (max-width: 576px) {
    .div__image{
        width: 80%;
        height: 56%;
        margin: auto;
    }
    .div__text{
        width: auto;
        margin: auto;
        font-size: 18px;
        margin-left: 15px;
    }
    .fourth-description-content {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

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