.spa-treatments-item__description[data-expand]::before {
    z-index: 2 !important;
}
.spa-treatments-item__description {
    margin: 0;
    overflow: hidden;
    flex: 1;
    position: relative;
    z-index: 1;
}

/* 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-item__title {
        font-size: 16px;
    }
    .spa-cta {
        font-size: 12px;
    }
}
/* 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-header__content {
        width: calc(55% - 40px);
        right: 44%;
    }
}
/* mobile */
@media (max-width: 480px) {
    .spa-treatments-item__title span[data-value="price"] {
        white-space: normal;
    }
}
