/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1000px) {
    .main-block {
        background: none;
    }

    .content {
        width: 100%;
    }

    .benefits-block {
        padding: 0;
    }
}
