/* tablet-1024.css */

@media (min-width: 960px) and (max-width: 1100px)
       and (min-height: 700px) and (max-height: 900px)
       and (orientation: landscape) {

    /* правки именно для этого класса устройств */

    .gradient-box-new-one {
        right: 1%
    }

    .gradient-box-secondary-three {
        left: 1%;
    }

    .gradient-box {
        left: 5%;
    }

}
/*