.container_row.container_row--top .container_block {

    margin-top: 0px !important;
    border-bottom-width: 0px !important;
}

@media (max-width: 660px) {

    .container_row.container_row--top:first-of-type .container_block {
        padding: 0px !important;
        margin: 0px !important;
        width: 100vw;
    }
}

@media (min-width: 660px) {
    .container_row.container_row--top .container_block {
        padding-bottom: 30px;
    }
}