@media only screen and (max-width: 1240px){
    .other-treatment-swiper-box-text{
        position: absolute !important;
        transform: none !important;
    }
    .other-treatment-title{
        padding: 0 !important;
    }
    .other-treatment-swiper-box-text{
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .other-treatment-swiper-box-text-container{
        background: rgba(255, 255, 255, .75);
        box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
        border-radius: 10px;
        width: 90% !important;
        padding: 10px 0 !important;
    }
}