.image-text {
    padding: 60px 0;
}

.image-text-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.image-text-container.mobile-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.image-text-container .image-text-img {
    margin-bottom: 80px;
}

.image-text-container.mobile-image .image-text-img.mobile-image {
    order: 1;
}

.image-text-container.mobile-image .image-text-content {
    order: 2;
}

.image-text-content {
    width: 100%;
    max-width: 646px;
    margin-bottom: 80px;
    padding: 20px;
}

.image-text-content h2 {
    margin-top: 0;
    text-align: center;
    text-transform: capitalize;
}

.image-text-content strong {
    color: #18143e;
}

.image-text-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 646px;
    position: relative;
}

.image-text-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image-text-img .slick-arrow {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 46px;
    background-color: #18143e;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.image-text-img .slick-arrow:hover {
    background-color: #fdbd4c;
    color: #000;
}

.image-text-img .slick-prev {
    left: 0;
    border-radius: 0 50% 50% 0;
}

.image-text-img .slick-prev::before {
    font-size: 16px;
    line-height: 46px;
    width: 90%;
}

.image-text-img .slick-next {
    right: 0;
    border-radius: 50% 0 0 50%;
}

.image-text-img .slick-next::before {
    font-size: 16px;
    line-height: 46px;
    width: 90%;
    left: unset;
    right: 0;
}

.image-text-img .slick-dots {
    bottom: -40px;
}

.image-text-content p,
.image-text-content ul {
    margin-bottom: 25px;
}

.image-text-content p {
    line-height: 1.5em;
}

.image-text-content ul {
    padding: 0px;
}

.image-text-content ul li::before {
    width: 14px;
    height: 3px;
    border-radius: 0;
    background: #fdbd4d;
}

@media (min-width: 768px) {
    .image-text-content {
        max-width: 100%;
        padding: 40px;
    }

    .image-text-img {
        /* max-width: 100%; */
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1025px) {
    .image-text {
        padding: 80px 0;
    }

    .image-text .container {
        padding: 0px 0 !important;
        max-width: 900px !important;
    }

    .image-text-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .image-text-container.mobile-image {
        flex-direction: row;
    }

    .image-text-container.image-text-position-left {
        flex-direction: row-reverse;
    }

    .image-text-content {
        width: 45%;
        max-width: 646px;
        margin-bottom: 0;
        padding-right: 12px;
    }

    .image-text-img {
        width: 55%;
        max-width: 700px;
        padding: 0 1px;
    }

    .image-text-content h2 {
        text-align: left;
    }

    .image-text-container .image-text-img,
    .image-text-container .image-text-img {
        margin-bottom: 0;
    }

    .image-text-container.mobile-image .image-text-img.mobile-image {
        order: unset;
    }

    .image-text-container.mobile-image .image-text-content {
        order: unset;
    }
}

@media (min-width: 1200px) {
    .image-text .container {
        max-width: 1100px !important;
    }
}

@media (min-width: 1600px) {
    .image-text .container {
        max-width: 1366px !important;
    }
}
