.about-us-widgets {
    clear:both;
}

.about-us-widgets .widget_text {
    font-family: 'Roboto', sans-serif;
    border-left:solid 6px #ED1C24;
    padding-left:15px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 25px;

    margin-left:auto;
    margin-right:auto;

    position: relative;
    z-index:1;
    max-width: 1000px;
    box-sizing: border-box;
}

.about-us-widgets .widget_text + .widget_smc_text_with_parallax {
    margin-top: 45px;
}

.about-us-widgets .widget_text h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color:#ED1C24;
    font-weight:400;
    margin-bottom:0;
}

.widget_smc_text_with_parallax {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-weight:700;
    font-style:italic;
    text-align: center;
    text-shadow: 2px 2px 5px #000000;
    font-size: 3em;
    line-height: 1.4;
}

.widget_smc_text_with_parallax .page-width {
    max-width:1000px;
}

.widget_smc_text_with_parallax .background {
    padding-top:100px;
    padding-bottom:90px;
}

.widget_smc_editor_white_bg {
    padding-top:60px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:2em;
    line-height: 1.3;
}

.widget_smc_editor_white_bg .wrapper {
    padding:50px;
    background:#fff;
    color:#7f8082;
}

.widget_smc_editor_white_bg .wrapper:after {
    content:"";
    display: table;
    clear:both;
    height:0;
}

.widget_smc_editor_white_bg .wrapper strong {
    color:#000;
}

.widget_smc_editor_white_bg .wrapper p {
    clear:both;
}

@media (max-width:768px) {
    .about-us-widgets {
        margin-top: 30px;
    }

    .about-us-widgets .widget_text {
        margin-left:40px;
        padding-right: 5px;
        padding-left: 9px;
        padding-top:20px;
        padding-bottom:20px;
    }

    .widget_smc_text_with_parallax {
        font-size:2.4em;
    }

    .widget_smc_editor_white_bg {
        background: #fff;
    }

    .widget_smc_editor_white_bg img {
        margin-bottom: 50px;
    }
}