.image-text-background-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 99px 0;
    overflow: hidden;
}

.image-text-background-sec .column-row {
    align-items: center;
    position: relative;
}

.image-text-background-sec .column-row:after {
    content: "";
    display: block;
    background-image: url('../image//bg-shope.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 850px;
    width: 850px;
    position: absolute;
    left: 0;
    bottom: -104%;
    z-index: -1;
}

.image-text-background-sec:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.90) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.image-text-background-sec .col-left,
.image-text-background-sec .col-right {
    width: 48%;
}

.image-text-background-sec .col-right .text-block>*,
.image-text-background-sec .col-right .text-block ul li {
    color: #fff;
}

.image-text-background-sec .col-left .image-wrapper {
    position: relative;
    padding-bottom: 87.018%;
}

.image-text-background-sec .col-left .image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-text-background-sec .col-right .text-block h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
}

.image-text-background-sec .col-right .text-block p {
    margin-bottom: 0;
}

.image-text-background-sec .col-right .text-block ul {
    list-style-type: none;
    margin-top: 16px;
}

.image-text-background-sec .col-right .text-block ul li {
    position: relative;
    background-image: url(../image/verifique.svg);
    background-position: left 13px;
    background-size: 16px;
    font-size: 16px;
    background-repeat: no-repeat;
    padding: 8px 0 8px 25px;
    margin-bottom: 0;
    font-weight: 700;
}

@media only screen and (max-width: 1399px) {
    .image-text-background-sec .col-left {
        width: 47%;
    }

    .image-text-background-sec .col-right {
        width: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .image-text-background-sec {
        padding: 60px 0;
    }

    .image-text-background-sec .column-row {
        align-items: flex-start;
    }

    .image-text-background-sec .col-right .text-block h2 {
        color: #FFF;
        font-size: 27px;
        font-weight: 800;
        line-height: 38px;
    }

    .image-text-background-sec .column-row:after {
        bottom: -75%;
        width: 600px;
        height: 600px;
        left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .image-text-background-sec {
        padding: 40px 0;
    }

    .image-text-background-sec .column-row {
        flex-direction: column;
    }

    .image-text-background-sec .col-left {
        width: 100%;
    }

    .image-text-background-sec .col-right {
        width: 100%;
        margin-top: 30px;
    }

    .image-text-background-sec .col-left .image-wrapper {
        padding-bottom: 65%;
    }

    .image-text-background-sec .column-row:after {
        height: 480px;
        width: 480px;
        bottom: -30%;
        left: 30px;
    }
}

@media only screen and (max-width:767px) {
    .image-text-background-sec .column-row:after {
        left: 30px;
        height: 400px;
        width: 395px;
        bottom: -29%;
    }
}

@media only screen and (max-width:575px) {
    .image-text-background-sec .column-row:after {
        bottom: -20%;
        height: 300px;
        width: 300px;
        left: 28px;
    }
}