/*  ------  local   ------  */
.holy__page .holy__push-title {
    min-height: 90px;
}
.holy__page .holy__push-text {
    min-height: 109px;
}    
.holy__page .holy__advent-text {
    min-height: 127px;
}
/* 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__advent-text {
        min-height: 149px;
    }
    .holy__page .holy__push-text {
        min-height: 128px;
    }
}
/* 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) {
    .holy__page .holy__push-title {
        min-height: 65px;
    }
    .holy__page .holy__title {
        font-size: 22px;
    }
    .holy__page .holy__advent-text {
        min-height: 168px;
    }
    .holy__page .holy__push-text {
        min-height: 148px;
    }

}
/* mobile */
@media (max-width: 480px) {
    .holy__page .holy__sets-tab-btn {
        font-size: 11px;
        line-height: 13px;
    }
}