/*  ------  local   ------  */
.holy__page .holy__art-text {
    max-width: 508px;
}
.holy__page .holy__push-content {
    padding: 32px 74px;
}
.holy__page .holy__push-title {
    min-height: 88px;
}
.holy__page .holy__push-text {
    min-height: 105px;
}
.holy__page .holy__advent-text {
    min-height: 129px;
}
.holy__page .holy__bloc-text {
    max-width: 661px;
}
.holy__page .holy__bloc-title {
    width: 60%;
}
/* 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: 72px !important;
    }
    .holy__page .holy__push-text {
        min-height: 168px !important;
    }
    .holy__page .holy__bloc-text {
        max-width: 643px !important;
    }
    .holy__page .holy__advent-text {
        min-height: 160px !important;
    }
    .holy__page .holy__push-title {
        font-size: 21px !important;
    }
    .holy__page .holy__cta-btn {
        font-size: 12px !important;
    }
    .holy__page .holy__bloc-title {
        width: 92% !important;
    }
}

/* 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: 85px !important;
    }
    .holy__page .holy__push-text {
        min-height: 127px !important;
    }
    .holy__page .holy__advent-text {
        min-height: 151px !important;
    }
    .holy__page .holy__bloc-text {
        max-width: 659px !important;
    }
    .holy__page .holy__push-title {
        min-height: 83px !important;
    }
    .holy__page .holy__push-text {
        min-height: 109px;
    }
    .holy__page .holy__advent-text {
        min-height: 144px;
    }
}

/* mobile */
@media (max-width: 480px) {
    .holy__page .holy__header-title {
        font-size: 38px;
    }
    .holy__page .holy__bloc-text {
        width: 74%;
    }
    .holy__page .holy__sets-tab-btn {
        font-size: 8px;
    }
    .holy__page .holy__bloc-title {
        width: 71%;
    }
    .holy__page .holy__push-title {
        min-height: 65px !important;
        font-size: 20px !important;
    }
}
