.box-image-text__image,
.box-image-text__text {
    width: 100%;
    position: relative;
}

.box-image-text__image {
    height: 270px;
}

.box-image-text__hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    backdrop-filter: blur(30px) brightness(90%);
}

.box-image-text__title {
    color: #fff;
    padding-bottom: 15px;
}

.box-image-text__title h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.31em;
    margin-bottom: 5px;
}

.box-image-text__text {
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .box-image-text__image {
        height: 370px;
    }

    .box-image-text__hover {
        padding: 20px;
    }

    .box-image-text__hover {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .box-image-text__title {
        padding-bottom: 0;
    }

    .box-image-text__title h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .box-image-text__text {
        padding: 30px 20px;
    }
}

@media (min-width: 1200px) {
    .box-image-text__flex  {
        flex-direction: row-reverse;
    }

    .box-image-text__image {
        height: auto;
        width: calc(50% - 17px);
    }

    .box-image-text__image img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .box-image-text__text {
        width: calc(50% + 17px);
        padding: 50px 115px 50px 80px;
    }

    .box-image-text__text h2 {
        max-width: 484px;
    }

    .box-image-text__text p {
        line-height: 1.625em;
    }

    .box-image-text--inner .box-image-text__text {
        padding: 90px 115px 112px 80px;
    }
}











