/*  ------  local   ------  */

.holy__push-inside .holy__title.holy__push-title {
    min-height: 80px;
}
.holy__page .holy__push-text {
    min-height: 100px;
}
.holy__page .holy__advent-text {
    min-height: 120px;
}


 @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: 140px !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__page .holy__title {
        font-size: 24px !important;
    }
    .holy__page .holy__push-text {
	    min-height: 150px !important;
	}
	.holy__page .holy__advent-title {
        min-height: 90px !important;
    }
    .holy__page .holy__advent-text {
	    min-height: 160px !important;
	}
}

@media (max-width: 480px) {
	.holy__page .holy__sets-tab-btn {
		font-size: 12px;
	}
}
