.image-text .container > .row {
    margin-left: -30px;
    margin-right: -30px;
}
.image-text .container > .row > div{
    padding-left: 30px;
    padding-right: 30px;
}
.image-text .col-text {
    width: 62%;
}
.image-text .col-img{
    width: 38%;
}
.image-text .col-img .img-wrapper{
    margin-left: calc(-100vw / 2 + 1240px / 2);
    height: 100%;
    padding-top: 80%;
}
.image-text .col-img .img-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64.19%, rgba(0, 0, 0, 0.60) 100%);
}
.image-text .col-img .img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-text .col-img .img-wrapper figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 30px;
    font-size: 20px;
    line-height: normal;
    z-index: 1;
}
.image-text.right .col-img .img-wrapper,
.image-text .col-img .image-text-slider{
    margin-right: calc(-100vw / 2 + 1240px / 2);
    margin-left: auto;
}
.image-text .col-img .image-text-slider .img-wrapper{
    margin-left: 0;
}
.image-text.right .col-text:before {
    content: "";
    position: absolute;
    right: -90px;
    width: 100vw;
    background-color: var(--theme-black);
    top: -120px;
    height: calc(100% + 240px);
    z-index: -1;
}
.image-text.right .col-text{
    color: var(--white);
    order: -1;
}
.image-text.right .col-right .btn{
    padding: 11px 20px 9px 20px;
}
.image-text.right .col-text ul {
    padding: 20px 20px 20px 37px;
    border-radius: 4px;
    background: #223983;
    margin: 0 0 24px;
    list-style: circle;
    line-height: 28px;
    font-size: 18px;
}
.image-text.right .col-text ul li:not(:last-child){
    margin-bottom: 10px;
}
.image-text-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 120px;
}
.image-text-slider .slick-prev.slick-arrow {
    margin-right: 55px;
}
.image-text-slider  .img-wrapper{
    padding-top: 84%;
}
.image-text-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    padding-left: 80px;
    width: calc(100% - 120px);
}
.image-text-slider {
    padding-bottom: 65px;
    height: calc(100% + 35px);
}
.image-text-slider .slick-list,
.image-text-slider .slick-track{
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .image-text.right .col-left{
        width: 60%;
    }
    .image-text.right .col-right{
        width: 40%;
    }
}
@media only screen and (max-width: 1280px) {
    .image-text .col-img .img-wrapper{
        margin-left: calc(-100vw / 2 + 1170px / 2);
    }
    .image-text.right .col-img .img-wrapper,
    .image-text .col-img .image-text-slider{
        margin-right: calc(-100vw / 2 + 1170px / 2);
    }
}
@media only screen and (max-width: 1199px) {
    .image-text .col-img .img-wrapper{
        margin-left: -15px;
    }
    .image-text.right .col-img .img-wrapper,
    .image-text .col-img .image-text-slider{
        margin-right: -15px;
    }
    .image-text .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .image-text .row > div{
        padding-left: 15px;
        padding-right: 15px;
    }
    .image-text.right .col-text:before{
        top: -100px;
        height: calc(100% + 180px);
    }
    .image-text .container > .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .image-text .container > .row > div{
        padding-left: 20px;
        padding-right: 20px;
    }
    .image-text-slider .slick-arrow{
        right: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .image-text .col-text,
    .image-text .col-img{
        width: 100%;
    }
    .image-text.right .col-text:before{
        top: -80px;
        height: calc(100% + 140px);
        right: 0;
        width: 100%;
    }
    .image-text .col-img .img-wrapper{
        margin-left: 0px;
    }
    .image-text.right .col-img .img-wrapper,
    .image-text .col-img .image-text-slider{
        margin-right: 0px;
    }
    .image-text.right .col-text{
        order: 2;
    }
    .image-text-slider .slick-dots{
        padding-left: 0;
    }
    .image-text-slider .slick-slide{
        padding: 0 10px;
    }
    .image-text .col-img .image-text-slider .slick-list{
        margin: 0 -10px;
    }
    .image-text-slider .slick-arrow {
        right: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text.right .col-text:before{
        top: -60px;
        height: calc(100% + 100px);
    }
}
