/*  ------  local   ------  */
body, html { overflow-x: clip !important; }

p.holy__text.holy__advent-text {
	font-size: 13px;
}
.holy__page .holy__title {
    font-size: 26px !important;
}


@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) 
and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .holy__push-inside .holy__text.holy__push-text {
        min-height: 120px;
    }
    .holy__page .holy__title {
        font-size: 26px !important;
    }
    h3.holy__title.holy__advent-title {
        min-height: 100px;
    }
    p.holy__text.holy__advent-text {
        min-height: 150px;
    }

}


@media only screen and (min-device-width : 834px) and (max-device-width : 1112px)
 and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .holy__push-inside .holy__text.holy__push-text {
        min-height: 100px;
    }
}

@media (min-width: 769px) {
    .holy__push-inside .holy__title.holy__push-title {
        min-height: 80px;
    }
    p.holy__text.holy__advent-text {
        min-height: 115px;
    }
} 
@media (min-width: 1150px) {
    .holy__push-inside .holy__title.holy__push-title {
        min-height: unset;
    }
} 
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) 
and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    h3.holy__title.holy__advent-title {
        min-height: 100px;
    }
    p.holy__text.holy__advent-text {
        min-height: 150px;
    }
    .holy__push-inside .holy__title.holy__push-title {
        min-height: 65px;
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px)
 and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .holy__push-inside .holy__title.holy__push-title {
        min-height: unset;
    }

}
@media (max-width: 480px) {
	h1.holy__title.holy__header-title {
		font-size: 37px;
	}
    .holy__page .holy__advent-content {
        margin-bottom: 0;
    }
}