.about-us-right-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-us-right-desc {
    font-size: 16px;
    line-height: 26px;
}
.about-us-left {
    float: left;
    width: 32%;
}
.about-us-right {
    float: left;
    width: 67%;
    margin: 0 0 0 10px;
}
.c-header-middle-bar__container-logo {
    padding-right: 20px;
    width: 210px;
}
.c-header-middle-bar-contacts {
    text-align: center;
}
.c-header-middle-bar-address__address {
    text-align: left;
}
a.reqCall {
    text-decoration: none;
    color: #003f61;
    font-weight: bold;
}
.c-header-middle-bar-phone {
    text-align: left;
}



@media (max-width: 768px){
    img.r-header-logo__image {
    width: 80px;
}
  .about-us-left {
    float: left;
    width: 100%;
}
.about-us-right {
    float: left;
    width: 100%;
    margin: 0 0 0 10px;
}  
}