body, html { overflow-x: clip !important; }
/* .forest-day {
	--FONT-CLARINS: "Microsoft Jhenghei", "ClarinsRegular", "Clarins", "Microsoft Jhenghei";
	--FONT-GOTHAM-BOOK: "Microsoft Jhenghei", "Gotham SSm book A", "Gotham SSm book B", "Microsoft Jhenghei", Helvetica, Arial, sans-serif, "Microsoft Jhenghei";
	--FONT-GOTHAM-MEDIUM: "Microsoft Jhenghei", "Gotham SSm medium A", "Gotham SSm medium B", "Microsoft Jhenghei", Helvetica, Arial, sans-serif, "Microsoft Jhenghei";
	--FONT-GOTHAM-LIGHT: "Microsoft Jhenghei", "Gotham_Light", "Microsoft Jhenghei";
	--FONT-GOTHAM-XTRA-LIGHT: "Microsoft Jhenghei", "Gotham_Xtra_Light", "Microsoft Jhenghei";
} */
.forest-day-why__list>li strong {
    font-weight: bold;
}
@media (max-width: 1023px) {
    .forest-day-push-list__title {
        font-size: 32px;
    }
}

/* 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) {
    .forest-day-push__text {
        margin-bottom: 12px;
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {}

/* 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) {
    .forest-day-push__text {
        margin-bottom: 12px;
    }
}