/* treatment section */
section.treatment_finder_section .heading:not(.full-width) {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

section.treatment_finder_section .treatment_finder_content {
    padding: 50px;
}

section.treatment_finder_section .treatment_finder_cards_wrap .row {
    row-gap: 20px;
}

section.treatment_finder_section .treatment_finder_card {
    display: block;
    padding: 20px;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    height: 100%;
}

section.treatment_finder_section .treatment_finder_cards_wrap .treatment_finder_card_img {
    overflow: hidden;
    border-radius: 20px;
    height: 350px;
}

section.treatment_finder_section .treatment_finder_posts_carousel .treatment_finder_card_img {
    overflow: hidden;
    border-radius: 20px;
    height: 368px;
}

section.treatment_finder_section .treatment_finder_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

section.treatment_finder_section .treatment_finder_posts_carousel_wrap {
    position: relative;
    min-height: 260px;
}

section.treatment_finder_section .treatment_finder_posts_carousel {
    transition: opacity 0.3s ease;
}

section.treatment_finder_section .nav-button .prev,
section.treatment_finder_section .nav-button .next {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.treatment_finder_section .nav-dots-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 12px;
}

section.treatment_finder_section .nav-dots-mobile .owl-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}

section.treatment_finder_section .nav-dots-mobile .owl-dot span {
    display: none;
}

section.treatment_finder_section .nav-dots-mobile .owl-dot.active {
    background: #d9d9d9;
    border-color: #d9d9d9;
}

section.treatment_finder_section .treatment_finder_cta {
    display: flex;
    max-width: 204px;
    width: 100%;
    margin: auto;
    padding: 15px 20px;
    align-items: center;
    justify-content: center;
}

section.treatment_finder_section .view_more {
    display: flex;
    justify-content: center;
}

section.treatment_finder_section .js-treatment-finder-view-more {
    padding: 0;
    background: none;
    align-items: center;
    border: 0;
    box-shadow: none;
    gap: 10px;
}

section.treatment_finder_section .owl-carousel .owl-stage {
    display: flex;
}

@media (min-width: 1200px) {
    section.treatment_finder_section
        .treatment_finder_cards_wrap:not(.is-expanded)
        .treatment_finder_col:nth-child(4) {
        display: none;
    }
}

@media (max-width: 991px) {
    section.treatment_finder_section .treatment_finder_posts_carousel_wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    section.treatment_finder_section .treatment_finder_content {
        padding: 20px;
    }

    section.treatment_finder_section .treatment_finder_posts_carousel_wrap {
        min-height: 220px;
    }

    section.treatment_finder_section .nav-dots-mobile {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    section.treatment_finder_section .treatment_finder_card {
        padding: 15px;
    }

    section.treatment_finder_section .treatment_finder_card_img {
        margin-bottom: 20px;
    }

    section.treatment_finder_section .treatment_finder_content h2 {
        margin-bottom: 30px;
    }

    section.treatment_finder_section .treatment_finder_cards_wrap {
        margin-bottom: 30px;
    }

    section.treatment_finder_section
        .treatment_finder_cards_wrap:not(.is-expanded)
        .treatment_finder_col:nth-child(3),
    section.treatment_finder_section
        .treatment_finder_cards_wrap:not(.is-expanded)
        .treatment_finder_col:nth-child(4) {
        display: none;
    }

    section.treatment_finder_section .treatment_finder_cta {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    section.treatment_finder_section .treatment_finder_cards_wrap .treatment_finder_card_img {
        height: 160px;
    }

    section.treatment_finder_section .treatment_finder_posts_carousel .treatment_finder_card_img {
        height: 368px;
    }
}

/* treatment section end */
