
 /* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .beauty-school-howto__number {
        top: 255px !important;
        margin-left: 10px !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 20px !important;
        font-size: 20px !important;
    }
    .beauty-school-howto__duration {
        padding-left: 35px !important;
    }
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .beauty-school-howto__number {
        width: 45px !important;
        height: 45px !important;
        line-height: 20px !important;
        font-size: 20px !important;
        top: 180px !important;
    }
    .beauty-school-howto__duration {
        padding-left: 35px !important;
    }
}
/* mobile */
@media (max-width: 480px) {
   .beauty-school-howto__number {
        top: 175px !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 20px !important;
        font-size: 20px !important;
    }
}