/*  ------  local   ------  */
.holy__page .holy__advent-text {
    min-height: 128px;
}
.holy__page .holy__finder-text {
    width: 96%;
}
.holy__page .holy__art-text {
    width: 82%;
}

/* 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__title {
        font-size: 21px;
    }
    .holy__page .holy__advent-text {
        min-height: 169px;
    }
}

/* mobile */
@media (max-width: 480px) {
    .holy__page .holy__header-title {
        font-size: 42px;
    }
    .holy__page .holy__finder-title {
        font-size: calc(26 * var(--ratioFinder));
    }
    .holy__page .holy__sets-tab-btn {
        font-size: 10px;
    }
    .holy__page .holy__title {
        font-size: 24px;
    }
}