body .site-main .about .wrapper {
    max-width: unset;
}
.site-main .main-contain.about > .wrapper {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
}

body .request_callback-form input,
body .request_callback-form select {
    width: 100%;
}
.site-main .widget-component > section:not(:first-child) {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
@media only screen and (max-width: 767px) {
    .page-content {
        padding-top: 50px;
    }
}
.section-about-reverseboxs .reversebox-item:nth-child(2n) .wrap p{
    direction: ltr;
}