.image-with-content-section ul {
    list-style-type: none;
}

.image-with-content-section ul li {
    position: relative;

}

.image-with-content-section ul li:not(:last-child) {
    padding-bottom: 48px;
}

.image-with-content-section .description-text strong {
    color: var(--blue-color);
}

.image-with-content-section ul li::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 12px;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: contain;
    height: 25px;
    width: 28px;
}

.image-with-content-section .description-text ul:not(ul ul):not(ul ol) {
    padding-left: 30px;
}


/* Style1 CSS Start */
.image-with-content-section.style-1 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.image-with-content-section.style-1 .content-image {
    display: flex;
    justify-content: end;
}

/* Style1 CSS End */

/* Style2 CSS Start */
.image-with-content-section.style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.image-with-content-section.style-2 .main-title {
    margin-bottom: 54px;
}

.image-with-content-section.style-2 .content-image img {
    border-radius: 8px;
    width: 100%;
}

.image-with-content-section.style-2 .content-image {
    position: relative;
    z-index: 2;
    margin-right: 100px;
    margin-left: 8px;
}

.image-with-content-section.style-2 .content-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    box-shadow: 8px -8px 0px 0px #CFEDFF;
    border-radius: 8px;

}

.image-with-content-section.style-2 .content-image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    box-shadow: -8px 8px 0px 0px #00A4A680;
    border-radius: 8px;
}

/* Style2 CSS End */

/* Arabic Language Style Start */
[lang="ar"] .image-with-content-section.style-2 .content-image{
        margin-right: 8px;
        margin-left: 100px;
}



@media screen and (max-width: 991px) {
    .image-with-content-section.style-2 .content-image {
        margin-right: 50px;
    }

    [lang="ar"] .image-with-content-section.style-2 .content-image{
        margin-left: 50px;
    }

    .image-with-content-section ul li::before {
        left: -27px;
        height: 15px;
        width: 18px;
    }

    .image-with-content-section.style-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .image-with-content-section.style-2 .main-title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .image-with-content-section.style-1 .content-image {
        display: flex;
        justify-content: center;
    }

    .image-with-content-section.style-2 .content-image {
        margin-right: 10px;
    }

    [lang="ar"] .image-with-content-section.style-2 .content-image{
        margin-left: 10px;
    }

    .image-with-content-section ul li:not(:last-child) {
        padding-bottom: 20px;
    }

    .image-with-content-section.style-2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}