.life_banner {
    position: relative;
    height: 564px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.life_banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.life_banner__filter {
    background: linear-gradient(180deg, rgba(1, 6, 37, 0.00) 62.76%, rgba(1, 6, 37, 0.49) 90.57%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.life_banner__text {
    z-index: 3;
    width: 431px;
    color: #FFF;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */

    position: absolute;
    left: 67px;
    bottom: 68px;
}

@media(max-width: 699px) {
    .life_banner {
        height: 188px;
        width: 100%;
        margin-top: 21px;
        margin-bottom: 21px;
    }

    .life_banner__text {
        background: transparent;
        width: 100%;
        padding-left: 16px;
        padding-right: 18px;
        left: unset;
        font-size: 14px;
        bottom: 16px;
    }
}