.aboutUsOtherParent{background: transparent url('../images/aboutUsBg.png') 0% 0% no-repeat padding-box;background-repeat: no-repeat;
background-position:top center;background-size: 100%;min-height: 400px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;text-align: center;}
.aboutUsOtherWrap{margin-top: 75px;margin-bottom: 60px;}
.aboutUsOther{font: normal normal normal 18px/25px Jost;color: #FFFFFF;}

.aboutUsOther .title{font: normal normal bold 30px/43px Jost;color: #FFFFFF;margin-bottom: 60px;}
.aboutUsOther .title.icon{background-image: url("../images/icons/titleBg2.svg");padding: 8px 0px;}
.aboutUsOther .col-xs-12{text-align: left;padding: 0px 60px;}

@media(max-width:768px){
    .aboutUsOtherParent{background-size: cover!important;padding: 15px 0px;}
    .aboutUsOther .title{margin-bottom: 0px!important;}
    .aboutUsOtherWrap{margin-bottom: 0px!important;margin-top: 0px!important;}

    .aboutUsOther{font: normal normal normal 14px/22px Jost;}
    .homeAboutUsWrap{margin-bottom: 30px;margin-top: 0px;}
    .aboutUsOther .col-xs-12{padding: 0px!important;}
}