@media screen and (max-device-width: 1200px) {
    .slide {
        width: 22%;
        margin-left: 90px;
        height: 230px;
    }

    .slides_container h2 {
        font-size: 28px;
    }

    .slides_container p {
        margin-top: -55px;
    }
}

@media screen and (max-device-width: 1024px) {
    .slide {
        width: 25%;
        margin-left: 60px;
        height: 230px;
    }
}

@media screen and (max-device-width: 900px) {
    #benefits_div {
        height: 550px;
    }

    .text_header {
         margin-top: 15px;
        font-size: 20px;
    }

    .text_header br {
        display: none;
    }

    .text_container {
        color: black;
        text-align: center;
        margin: 0 60px 0;
        font-size: 17px;
    }

    .benefit {
        width: 50%;
        height: 300px;
        float: left;
    }

    .comp {
        display: none;
    }

    .ipad {
        display: block;
    }

    #directions_container {
        height: 470px;
    }

    .counters__element {
        width: 50%;
    }

    .counters__title {
        font-size: 1.4em;
        margin: 0 25% 10px;
    }
}

@media screen and (max-device-width: 600px) {
    #benefits_div {
        height: 1150px;
    }

    .benefit {
        width: 100%;
    }

    .text_header {
        font-size: 30px;
    }

    .text_container {
        margin: 0 150px 0;
        font-size: 25px;
    }

    #directions_container h1 {
        font-size: 40px;
    }

    .ipad {
        display: none;
    }

    .mob {
        display: block;
    }

    #directions_container {
        height: 600px;
    }

    .slides_container {
        height: 450px;
    }

    .slides_container h2 {
        font-size: 40px;
    }

    .slides_container p {
        margin-top: -70px;
        font-size: 24px;
    }

    .counters__element {
        width: 100%;
    }

    .counters__icon {
        width: 100px;
        height: 100px;
    }

    .counters__number {
        font-size: 3em;
    }

    .counters__title {
        font-size: 1.7em;
    }

    #counters__header {
        margin-top: -74px;
    }

}