.block.case_study .slide-wrapper{
    display: flex !important;
}
.block.case_study .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 150px;
    width: 50%;
}
.block.case_study .left h2 {
    color: #000;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-top: 0;
}
.block.case_study .left .btn {
    max-width: 200px;
    margin-top: 20px;
}
.block.case_study .case_study_image {
    width: 50%;
    height: auto;
}

.block.case_study .slick-autoplay-toggle-button {
    display: none;
}
.block.case_study .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.block.case_study .slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: 10px;
    background: transparent;
    z-index: 2;
    width: 100%;
    background: #D89CFF;
    padding: 6px;
}

.block.case_study .slider-controls .slick-prev,
.block.case_study .slider-controls .slick-next {
    width: 36px;
    height: 36px;
    border: 2px solid #111;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    transform: translate(0);
}

.block.case_study .slider-controls .custom-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.block.case_study .slider-controls .custom-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #111;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    background: #fff;
}

.block.case_study .slider-controls .custom-dots li.slick-active button {
    background: #466435;
}
.block.case_study .slick-track{
    display: flex;
    align-items: center;
}

@media(max-width: 1200px) {
    .block.case_study .left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }
}
@media(max-width: 991px) {
    .block.case_study .slide-wrapper{
        display: block !important;
    }
    .block.case_study .left {
        padding: 20px;
        width: 100%;
    }
    .block.case_study .case_study_image {
        width: 100%;
        height: auto;
    }
}
