.about-us h1{
    color: #314455;
    font-size: 30px;
    font-weight: 700;
    line-height: normal; 
    padding-top: 20px;
}
.horizontal-divider {
    width: 7rem;
    height: 4px;
    background-color: #9B2D2A;
    margin-bottom: 25px;
    
}
.about-us .section-abut{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-us .w-abut{
    max-width: 1030px;
}
.about-us .w-abut p{
    color: #1C2443;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.images-shfit .col-md-4, .images-shfit{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 14px;
}
/*
    .div-section h3, .stroy-sec h3{
    color: #1C2443;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
*/
.div-section p, .stroy-sec p, .stroy-sec a{
    color: #1C2443;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-right: 8rem;
}
.stroy-sec p{
    padding-right: 3rem;
    padding-bottom: 2rem;
}
.stroy-sec a{
    color: #9C7A58;
    font-weight: 700;
    padding-top: 10px;
}
.div-section,.stroy-sec,.team-border{
    padding: 2rem 3rem 2rem 3rem;
}
.div-section .horizontal-divider, .stroy-sec .horizontal-divider{
    margin-bottom: 9px;
}
.stroy-sec .stroy-rw{
    position: relative;
}
.stroy-sec .stroy-col{
    position: absolute;
    right: 0px;
    bottom:0px;
}
.team-border{
    padding-top: 3.5rem;
}
.team-border h3{
    position: relative;
}
.team-border h3::after{
    position:absolute;
    content: '';
    background-color:#D8D8D8;
    height: 3px;
    width: 82%;
    top: 2px;
    right: 22px;    
}
.team-brd-direc h3::after{
    width: 76%;
}
.card-box p{
    color: #1C2443;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    
}
.card-box h4{
    color: #9C7A58;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3px;
    text-align: left;
}
.images-col{
    text-align: center;
}

.fith-space, .sond-space{
    margin-top: 86px;
}

.line-img,.staff{
    padding: 3rem 5rem 0px 3rem;
}
.btm-space{
    padding-bottom: 120px;
}
.paul-section{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.img-paul img{
    width: 100%;
}
.img-paul{
    flex: 48%;
    padding-left: 2rem;
}
.content-story{
    flex: 52%;
    padding-left: 44px;
}


@media(min-width:1200px){
    .meet-team .col-lg-10{
        width: 82%!important;
    }
    .meet-team .col-lg-2{
        width: 18%!important;
    }
    .line-img .col-lg-2{
        width: 22%;
    }
    .line-img .col-lg-10{
        width: 78%;
        margin-top: 10px;
    }
    .staff .col-lg-2{
        width: 8%;
    }
    .staff .col-lg-10{
        width: 92%;
    }
}
@media(max-width:1000px){
    .stroy-sec .stroy-col{
        position: relative;
    }
    .card-box{
        margin-top: 30px;
    }
    .team-border h3::after, .team-brd-direc h3::after{
        display: none;
    }

}
@media(max-width:768px){
    .div-section p, .stroy-sec p, .stroy-sec a, .div-section .col-md-6, .stroy-rw .col-md-6,.line-img,.team-cols{
        padding: 0rem;
    }
    .fith-space, .sond-space{
        margin-top: 30px;
    }
    .sond-space {
        padding-bottom: 100px;
    }
    .paul-section{
        flex-direction: column;
    }
    .content-story, .img-paul{
        padding-left: 0px;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1100px)  {
    .line-img .col-lg-2 {
        width: 24%;
    }
    .line-img .col-lg-10 {
        width: 76%;
}
.meet-team .col-lg-2 {
    width: 19%!important;
}
.meet-team .col-lg-10 {
    width: 81%!important;
}
.staff .col-lg-2 {
    width: 9%!important;
}
.staff .col-lg-10 {
    width: 91%!important;
}
}
