#what-we-treat-component {
    margin: 64px 0;
    position: relative;
    z-index: 1;
}

.news-detail-page #what-we-treat-component .ys-acupuncture-section * {
    box-sizing: border-box;
}

.news-detail-page #what-we-treat-component .ys-acupuncture-list-title {
    margin-bottom: 20px;
}

.news-detail-page #what-we-treat-component .ys-acupuncture-mobile-section h2 {
    margin: 0 0 20px;
}

#what-we-treat-component .news-doc-slider-stub {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.news-detail-page #what-we-treat-component .ys-acupuncture-section {
    margin: 0;
}

.news-detail-page #what-we-treat-component .ys-acupuncture-section .ys-acupuncture-container {
    justify-content: center;
    background-image: linear-gradient(0deg, #FAFAFA 1%, rgb(250 250 250 / 41%) 35%, #FAFAFA 100%), url(/news/assets/img/treat/treat-background.webp);
    box-shadow: none;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1300px) {
    .news-detail-page #what-we-treat-component .ys-acupuncture-mobile-section {
        max-width: 100%;
        transform: none;
        justify-content: center;
        background-image: linear-gradient(0deg, #FAFAFA 1%, rgb(250 250 250 / 41%) 35%, #FAFAFA 100%), url(/news/assets/img/treat/treat-background.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: flex-start;
        padding-bottom: 0;
        gap: 32px;
        padding-top: 24px;
    }
    .news-detail-page #what-we-treat-component .ys-acupuncture-mobile-section h2 {
        margin: 0 !important;
    }

    .news-detail-page #what-we-treat-component .ys-acupuncture-mobile-section-head {
        width: 100%;
    }

  
}

.news-detail-page #what-we-treat-component .ys-acupuncture-slider-cards-item,
.news-detail-page #what-we-treat-component .ys-acupuncture-slider-cards-item:hover,
.news-detail-page #what-we-treat-component .ys-acupuncture-slider-cards-item:focus {
    text-decoration: none;
}