.spa-header__title {
    width: 116%;
}
.spa-header__title {
    font-size: 45px;
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .spa-header__title {
        font-size: 31px;
    }
    .spa-header__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-header__title {
        font-size: 45px;
    }
    .spa-treatments-item__description[data-expand="1"] p {
        width: calc(100% + 47px);
        font-size: 13px;
    }
}

/* mobile */
@media (max-width: 480px) {
    .spa-header__title {
        width: 100%;
    }
}