body, html {
    overflow-x : clip !important;
}
/* desktop */
@media (min-width: 1113px) {
    .spa-2025-results .spa-2025-results__description-text {
        min-height: 102px;
    }
}
/* Mobile */
@media (max-width: 480px) {
    .spa-2025-results__name {
        min-height: 70px;
    }
    .spa-2025-results__description-text {
        min-height: 143px;
    }
}
/* 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) {
    .spa-2025-results__name {
        min-height: 98px !important;
    }
    .spa-2025-results .spa-2025-results__description-text {
        font-size: 12px;
    }
}
/* 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) {
    #spa-treatments .spa-2025-treatments__description {
        min-height: 122px;
    }

    .spa-2025-results .spa-2025-results__description-text {
        font-size: 12px;
    }
}