
.full-widthblock .common-title-wrap {
    padding-left: 22%;
    padding-top: 8%;
}
.overview-section .common-title-wrap p {
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
}
.overview-inner div.expander {
    max-height: 175px;
}
.overview-section .overview-inner .expand-toggle {
    color: #3150b9;
    font-size: 16px;
    line-height: 22px;
}
.overview-inner div.expander:before {
    background: linear-gradient(0deg, #efefef 0, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
}
.overview-inner {
    background-color: #efefef;
    width: 150%;
    z-index: 1;
}
.mvv-container, .overview-inner {
    padding: 25px;
    position: relative;
}

.overview-section .overview-inner p {
      font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}

@media only screen and (min-width: 1349px) and (max-width: 1439px) {
    .full-widthblock .common-title-wrap {
        padding-left: 16%;
        padding-top: 8%;
    }
}