.js-image-with-text-slider {
    margin: 0 -22px;
}

.image-with-text-slide-wrapper {
    background-color: #fff;
    padding: 30px 78px 77px;
}

.image-with-text-slide-content p {
    font-size: 15px;
    color: #000000;
    margin: 0 0 15px;
}

.image-with-text-slide-content p:last-child {
    margin: 0;
}

.image-with-text-slide-image {
    margin-bottom: 30px;
}

.js-image-with-text-slider .slick-arrow {
    background-color: #e4212e;
    color: #fff;
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
    left: 22px;
}

.js-image-with-text-slider .slick-next {
    margin: 0;
    right: 22px;
    left: unset;
}

.image-with-text-slider-top-content .sub-heading::before {
    left: 50%;
    transform: translate(-50%, 0);
}

.image-with-text-slider-top-content {
    text-align: center;
    margin-bottom: 10px;
}

.image-with-text-slide-image img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.image-with-text-slide-content a:not(.btn) {
    color: #000;
}

.image-with-text-slider .image-with-text-slider-top-content a:not(.btn) {
    color: #fff;
}

.js-image-with-text-slider .slick-track {
    display: flex !important;
}

.js-image-with-text-slider .slick-slide {
    height: inherit !important;
}

.js-image-with-text-slider .slick-slide .image-with-text-slide > div {
    height: 100%;
}

.js-image-with-text-slider .slick-dots {
    position: static;
    text-align: center;
}

.image-with-text-slide-content ul {
    color: #000;
}

.image-with-text-slide-content ul li:before {
    background: #000;
}

.image-with-text-slider + .cards {
    padding-top: 0;
}

.js-image-with-text-slider .slick-slide div {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.image-with-text-slide-content h3 {
    color: #000;
}
@media (min-width: 768px) {
    .js-image-with-text-slider {
        margin: 0;
        padding: 0 52px;
    }

    .image-with-text-slide-wrapper {
        padding: 43px 56px 82px;
        border-radius: 10px;
    }

    .image-with-text-slide-content p {
        font-size: 18px;
    }

    .image-with-text-slide-image {
        width: 379px;
        margin: 0 auto 30px;
    }

    .js-image-with-text-slider .slick-prev {
        left: 31px;
    }

    .js-image-with-text-slider .slick-next {
        right: 31px;
    }
}

@media (min-width: 1200px) {
    .image-with-text-slide-wrapper {
        padding: 44px 74px 87px;
        max-width: 1027px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .image-with-text-slide-image {
        width: 379px;
        margin: 0;
    }

    .image-with-text-slide-content {
        width: calc(100% - 379px);
        padding-left: 78px;
    }

    .image-with-text-slider-top-content {
        margin-bottom: 18px;
    }

    .js-image-with-text-slider .slick-arrow {
        background-color: #fff;
        color: #9d000a;
    }

    .js-image-with-text-slider .slick-arrow:hover {
        background-color: #e4212e;
        color: #fff;
    }

    .js-image-with-text-slider .slick-prev {
        left: 89px;
    }

    .js-image-with-text-slider .slick-next {
        right: 89px;
    }

    .js-image-with-text-slider ul.slick-dots {
        bottom: 55px;
    }

    .js-image-with-text-slider .slick-slide div {
        flex-direction: row;
    }

    .image-with-text-slide-content {
        flex-direction: column !important;
        align-items: start !important;
    }

    .image-with-text-slide-content h3 {
        color: #000;
    }
}

@media (min-width: 1600px) {
    .image-with-text-slide-wrapper {
        max-width: unset;
        margin: 0 71px;
        padding: 40px 53px 107px 78px;
    }

    .js-image-with-text-slider {
        padding: 0 136px;
    }

    .js-image-with-text-slider .slick-prev {
        left: 129px;
    }

    .js-image-with-text-slider .slick-next {
        right: 129px;
    }

    .image-with-text-slide-content {
        width: 50%;
        padding-left: 35px;
    }

    .image-with-text-slide-image {
        width: 50%;
        max-width: 572px;
    }
}
