.area-image-text {
    position: relative;
    z-index: 1;
    padding: 40px 0 0 0;
}

.area-image-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 78px);
    top: 0;
    left: 0;
    background-color: var(--color-tan);
    z-index: -1;
}

.area-image-text__text {
    padding-bottom: 11px;
}

.area-image__image {
    margin: 0 auto;
    width: 222px;
    position: relative;
}

.area-image__image img {
    height: auto;
}

.img-grass {
    position: absolute;
    bottom: 0;
    left: -46px;
    width: 130px;
}

@media (min-width: 768px) {
    .area-image-text {
        padding: 55px 0 0 0;
    }
    
    .area-image-text::before {
        height: calc(100% - 62px);
    }
    
    .area-image-text__text {
        padding-bottom: 0;
    }
    
    .area-image__image {
        margin: 0;
        margin-left: auto;
        margin-top: -71px;
        width: 317px;
    }
    
    .img-grass {
        left: -73px;
        width: 216px;
    }
    
}

@media (min-width: 1200px) {
    .area-image-text {
        padding: 50px 0 54px 0;
    }
    
    .area-image-text::before {
        height: 100%;
        width: calc(50% - 411px);
    }
    
    .area-image-text__image {
        margin: 0 0 0 -19px;
        width: 481px;
    }

    .area-image-text__text {
       padding-left: 77px;
        width: calc(100% - 481px);
    }
    
    .area-image__image {
        margin: 0;
        width: 481px;
    }
    
    .img-grass {
        left: -127px;
        width: 346px;
    }

    .area-image-text__flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-items: center;
    }
    
}

@media (min-width: 1200px) {
    .area-image-text--right .area-image-text__flex {
        flex-direction: row;
    }

    .area-image-text--right:before {
        right: 0;
        left: auto;
    }

    .area-image-text--right .area-image-text__text {
        padding-left: 0;
        padding-right: 77px;
    }

    .area-image-text--right .img-grass {
        right: -127px;
        left: auto;
    }
}