.home-image-text {
    background-color: #f4f4f4;
}

.home-image-text-image {
    max-width: 331px;
    position: relative;
    height: 210px;
    margin-top: 30px;
    margin-inline: auto;
}

.home-image-text-image-logo {
    position: absolute;
    width: 90px;
    height: 90px;
    left: -10px;
    z-index: 1;
    bottom: 0;
}

.home-image-text-image-logo img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.home-image-text-image-main {
    position: absolute;
    width: 260px;
    left: 13px;
    height: 165px;
    border-radius: 20px;
    top: 0;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.home-image-text-image-small {
    position: absolute;
    width: 152px;
    right: 0;
    height: 96px;
    border-radius: 20px;
    bottom: 7px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

@media (min-width: 768px) {
    .home-image-text-image {
        max-width: 664px;
        height: 410px;
    }

    .home-image-text-image-main {
        width: 491px;
        left: 58px;
        height: 333px;
    }

    .home-image-text-image-logo {
        width: 147px;
        height: 147px;
        bottom: 10px;
        left: 0;
    }

    .home-image-text-image-small {
        width: 306px;
        height: 192px;
        bottom: 0;
    }
}

@media (min-width: 1200px) {
    .home-image-text-image {
        max-width: 591px;
        height: 401px;
        margin: 0;
    }

    .home-image-text-image-main {
        width: 479px;
        height: 325px;
        left: 0;
    }

    .home-image-text-image-small {
        width: 299px;
        height: 188px;
    }

    .home-image-text-image-logo {
        width: 144px;
        height: 144px;
        bottom: 10px;
        left: -57px;
    }
}
