/*  ------  local   ------  */
.holy__page .holy__push-title {
    min-height: 89px;
}
.holy__page .holy__push-text {
    min-height: 101px;
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .holy__page .holy__title {
        font-size: 23px;
    }
    .holy__page .holy__push-title {
        min-height: 65px;
    }
    .holy__page .holy__push-text {
        min-height: 148px;
    }
}
/* 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) {
    .holy__page .holy__push-title {
        min-height: 86px;
    }
    .holy__page .holy__push-text {
        min-height: 127px;
    }
}

/* mobile */
@media (max-width: 480px) {
    .holy__page .holy__title {
        font-size: 24px;
    }
    .holy__page .holy__push-title {
        min-height: 38px;
    }
}