.image_slider_with_content_section {

    margin: 100px 0;

}



.image_slider_with_content_section .heading_wrap {

    text-align: center;

    margin-bottom: 30px;

}



.image_slider_with_content_section .slick-track {

    display: flex !important;

}



.image_slider_with_content_section .image_slider__item {

    height: auto;

    margin-bottom: 30px;

}



.image_slider_with_content_section .image_slider__item__img {

    max-width: 816px;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center center;

    margin: 0 auto;

}

.image_slider_with_content_section .content {
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
}

.image_slider_with_content_section .link_wrap {

    text-align: center;

    margin-top: 30px;

}

@media (max-width: 1199px) {

    .image_slider_with_content_section {

        margin: 90px 0;

    }

}



@media (max-width: 991px) {

    .image_slider_with_content_section {

        margin: 80px 0;

    }

}



@media (max-width: 767px) {

    .image_slider_with_content_section {

        margin: 60px 0;

    }



    .image_slider_with_content_section .image_slider_with_content_section .heading_wrap {

        margin-bottom: 20px;

    }



    .image_slider_with_content_section .image_slider__item {

        margin-bottom: 20px;

    }



    .image_slider_with_content_section .link_wrap {

        margin-top: 20px;

    }

}