 /* 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__description-text {
        align-content: baseline !important;
    }
    .spa-2025-results__keyvalue {
        min-height: 60px !important;
    }
    .spa-2025-results__description-text {
            min-height: 108px !important;
    }
}
/* 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-2025-clarins-touch__subtitle {
        font-size: 34px;
    }
    .spa-2025-results__description-text {
        align-content: baseline !important;
    }
}

/* mobile */
@media (max-width: 480px) {
    .spa-2025-results__description-text {
        align-content: baseline !important;
    }
    .spa-2025-results__name {
        min-height: 61px !important;
    }
    .spa-2025-treatments__description {
        min-height: 91px !important;
    }
    .spa-2025-clarins-touch__block {
        font-size: 11px;
    }
}