.home-image-text {
    position: relative;
}

.home-image-text--padding {
    padding: 75px 0 120px 0;
}

.home-image-text__bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
    top: -68px;
    left: 0;
    object-fit: cover;
}

.home-image-text__wrap {
    position: relative;
    z-index: 2;
    color: #475565;
}

.home-image-text__text h5 {
    font-size: 20px;
    padding-bottom: 0;
}

.home-image-text__img__col {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 86px;
}

.home-image-text__img01 {
    width: 41%;
    margin-top: 77px;
}

.home-image-text__img02 {
    width: 55%;
}

.home-image-text__img01 img,
.home-image-text__img02 img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    width: 100%;
}

.home-image-text__img03 {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.home-image-text__img03 img {
    max-width: 215px;
    height: auto;
}

.home-image-text__img04 {
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: -1;
    transform: translate(-50%, 0);
    margin-left: -60px;
}

.home-image-text__img04 img {
    max-width: 147px;
    height: auto;
}
.home-image-text__bg-tablet,
.home-image-text__bg-mobile {
    opacity: 0.5;
}

@media( min-width: 768px ) {
    .home-image-text--padding {
        padding: 70px 0 265px 0;
        margin-bottom: -106px;
    }
    
    .home-image-text__bg {
        height: 100%;
        top: 0px;
    }

    .home-image-text__text h5 {
        font-size: 20px;
    }
    
    .home-image-text__img__col {
        gap: 24px;
        padding-top: 35px;
    }
    
    .home-image-text__img01 {
        width: 42%;
        height: 350px;
        margin-top: 155px;
    }
    
    .home-image-text__img02 {
        width: 52%;
        height: 448px;
    }
    
    .home-image-text__img03 {
        position: absolute;
        left: 50%;
        bottom: -95px;
        transform: translate(-50%, 0);
        margin-left: -10px;
    }
    
    .home-image-text__img03 img {
        max-width: 401px;
    }
    
    .home-image-text__img04 {
        top: -80px;
        margin-left: -124px;
    }
    
    .home-image-text__img04 img {
        max-width: initial;
        width: 300px;
    }
}

@media( min-width: 1200px) {
    /* .home-image-text__wrap .flex-row {
        flex-direction: row-reverse;
    } */
    .flex-opposite{
        flex-direction: row-reverse !important;
    }

    .home-image-text--padding {
        padding: 200px 0;
        margin-bottom: -200px;
        padding-bottom: 300px;
    }

    .home-image-text__img__col {
        gap: 0;
        padding-top: 0;
        padding-right: 18px;
    }
    
    .home-image-text__img01 {
        width: 247px;
        height: 314px;
        margin-top: 140px;
    }
    
    .home-image-text__img02 {
        width: calc(100% - 247px);
        height: 402px;
        padding-left: 20px;
    }
    
    .home-image-text__img03 {
        left: 50%;
        bottom: -98px;
        transform: translate(-50%, 0);
        margin-left: -25px;
    }
    
    .home-image-text__img03 img {
        max-width: 384px;
    }
    
    .home-image-text__img04 {
        top: -102px;
        margin-left: -119px;
    }
    
    .home-image-text__img04 img {
        max-width: initial;
        width: 270px;
    }

    .home-image-text__text h2 {
        margin-bottom: 15px;
    }

    .home-image-text__text h2 span {
        padding-bottom: 15px;
    }

    .home-image-text__text p {
        margin-bottom: 17px;
    }
}

.image-text-inner .home-image-text__text h5 {
    font-size: 16px;
}

.image-text-inner .home-image-text__img01 {
    margin-top: 76px;
}

.image-text-inner .home-image-text__img__col {
    align-items: flex-start;
}

@media( min-width: 768px) {
    .image-text-inner .home-image-text__text h5 {
        font-size: 20px;
    }

    .image-text-inner .home-image-text__img__col {
        padding-top: 90px;
    }

    .home-image-text__logo--small .home-image-text__img04 img {
        width: 211px;
    }

    .image-text-inner .home-image-text__img01 {
        margin-top: 154px;
    }

    .home-image-text__logo--small .home-image-text__img04 {
        top: 47px;
        margin-left: -100px;
    }
}

@media( min-width: 1200px) {
    .image-text-inner {
        padding: 130px 0 58px;
    }

    .image-text-inner .home-image-text__wrap .flex-row {
        flex-direction: row;
        align-items: center;
    }

    .image-text-inner .home-image-text__img__col {
        padding-top: 0;
        padding-right: 0;
        padding-left: 18px;
    }

    .image-text-inner .home-image-text__img01 {
        margin-top: 144px;
    }

    .image-text-inner .home-image-text__img04 {
        top: -28px;
        margin-left: -92px;
    }

    .home-image-text__logo--small .home-image-text__img04 img {
        width: 178px;
    }

}

.cta__wave_pattern{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -1px;
}
.bg-light-gray .cta__wave_pattern path {
    fill: #F2F2F2;
}
.home-image-text:has(+ .image-contact-form) .cta__wave_pattern{
    display: none;
}