.about_us_top {
 background: url(/skins/theme1/media/images/about_us_top_bg.svg), #fff;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 align-items: center;
 width: 100%;
 height: 100%;
 margin: 0;
 min-height: 100vh;
 padding: 250px 0;
}

.slider_wrapper {
 display: none;
}

.about_us_top h2 {
 color: #FFFFFF;
 font-family: "Red Hat Display";
 font-size: 50px;
 font-weight: bold;
 letter-spacing: 0;
 line-height: 64px;
 margin-bottom: 100px;
}

.about_us_top p {
 color: #FFFFFF;
 font-size: 22px;
 font-weight: 300;
 letter-spacing: 0;
 line-height: 28px;
}

@media screen and (max-width: 1200px) {
    .about_us_top {
        background: url(/skins/theme1/media/images/about_us_top_bg_mob.svg), #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        align-items: center;
        padding: 170px 0;
    }
    .about_us_top h2 {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 38px;
    }
}