body, html { overflow-x: clip !important; }

.spa-2025-intro__text::before {
    content: "«"!important;
    display: block;
    color: #B40024;
    font-family: var(--FONT-CLARINS);
    font-weight: normal;
    font-size: 200px;
    line-height: 1.45em;
    height: 250px;
    pointer-events: none;
    margin-top: -90px;
}
.spa-2025-intro__text::after {
    content: "»"!important;
}
.spa-2025-intro__text {
    margin-top: -91px;
}

@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) {
    .spa-2025-treatments__name {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
   .spa-2025-intro__text::before {
    content: "«"!important;
    font-size: 210px;
} 
}