.text-media {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.text-media .block-wrap{
    z-index: 2;
}

.text-media .mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

.text-media .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1400px) {
    .text-media {
        padding: 70px 0;
    }
}