@charset "UTF-8";

#dx + section > .content_wrapper {
    background: #fff !important;
    padding: 75px 75px;
    width: 93%;
}
#top_col4 + div:before {
    height: 2020px;
}
@media screen and (max-width: 800px) {
    #dx + section > .content_wrapper {
        padding: 35px 35px;
    }
    #top_col4 + div:before {
        height: 3000px;
    }
}