.home-image-text-content {
    padding: 40px 0;
}

.home-image-text-content-image {
    position: relative;
    max-width: 331px;
    margin: 0 auto 20px;
    height: 287px;
}

.home-image-text-content-image-big {
    position: relative;
    width: 223px;
    height: 224px;
    border-radius: 8px;
    overflow: hidden;
    top: 10px;
}

.home-image-text-content-image-small {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 149px;
    height: 149px;
    border-radius: 8px;
    overflow: hidden;
}

.home-image-text-content-image:before {
    content: "\e90a";
    font-family: 'gulf-icons';
    font-size: 276px;
    color: #DEE9F4;
    position: absolute;
    top: -71px;
    right: -150px;
}

.home-image-text-content-list ul {
    margin: 0;
}

.home-image-text-content-list ul li {
    margin: 0 0 5px;
    font-size: 16px;
    color: var( --blue-03 );
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.home-image-text-content-list ul li:last-child {
    margin: 0;
}

.home-image-text-content-list {
    margin-top: 40px;
}

.home-image-text-content-list.image-text-content-list ul {
    justify-content: space-around;
}

.home-image-text-content-list ul li:before {
    color: var( --secondary-color );
}

.home-image-text-content.bg-dark-blue {
    position: relative;
    
    &::before {
        content: '';
        position: absolute;
        top: -26px;
        left: 0;
        width: 100%;
        height: 29px;
        clip-path: polygon(0% 0%, 0% 114%, 106% 100%);
        background-color: var( --primary-color );
        z-index: 1;
    }

    @media( min-width : 768px ) {
        &::before {
            top: -50px;
            height: 55px;
        }
    }

    @media( min-width : 1200px ) {
        &::before {
            top: -125px;
            height: 128px;
        }
        
    }
}

.home-image-text-content.bg-gray {
    position: relative;
    
    &::before {
        content: '';
        position: absolute;
        top: -26px;
        left: 0;
        width: 100%;
        height: 29px;
        clip-path: polygon(0% 0%, 0% 114%, 106% 100%);
        background-color: var( --gray-01 );
        z-index: 1;
    }

    @media( min-width : 768px ) {
        &::before {
            top: -50px;
            height: 55px;
        }
    }

    @media( min-width : 1200px ) {
        &::before {
            top: -125px;
            height: 128px;
        }
        
    }
}


@media(min-width: 768px) {
    .home-image-text-content-image {
        max-width: 664px;
        margin: 0 auto -20px;
        height: 581px;
    }

    .home-image-text-content-image-big {
        width: 430px;
        height: 431px;
        top: 43px;
    }

    .home-image-text-content-image-small {
        width: 314px;
        height: 314px;
    }

    .home-image-text-content-image:before {
        font-size: 555px;
        top: -136px;
        right: -273px;
    }

    .home-image-text-content-text .sub-heading {
        margin-bottom: 0;
    }

    .home-image-text-content-list ul li {
        margin: 0 38px 30px 0;
        font-size: 20px;
        padding: 0 0 0 55px;
    }

    .home-image-text-content-list ul li:before {
        font-size: 34px;
    }

    .home-image-text-content-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-image-text-content {
        padding: 37px 0 49px;
    }
}

@media(min-width: 1200px) {
    .home-image-text-content-list ul {
        justify-content: space-between;
    }

    .home-image-text-content-list ul li {
        margin: 0;
        margin-bottom: 20px;
        font-size: 20px;
        padding: 0 0 0 55px;
    }

    .home-image-text-content-list ul li:last-child {
        margin: 0;
    }

    .home-image-text-content-list {
        margin-top: 70px;
    }

    .home-image-text-content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .home-image-text-content-image {
        max-width: 616px;
        margin: 0;
        height: 500px;
        width: 50%;
    }

    .home-image-text-content-text {
        width: 50%;
        max-width: 530px;
        margin: 0;
        padding-right: 22px;
    }

    .home-image-text-content-image-big {
        width: 400px;
        height: 400px;
        top: 0;
    }

    .home-image-text-content-image-small {
        width: 292px;
        height: 292px;
    }

    .home-image-text-content-image:before {
        font-size: 516px;
        top: -170px;
        right: -256px;
    }

    .home-image-text-content {
        padding: 128px 0 175px;
    }
}
