.rl_three_blocks {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
}

.rl_three_blocks .title {
    position: relative;
    font: 900 27px/37px "Avenir";
    color: #FFF;
    text-transform: uppercase;
    z-index: 2;
}

.rl_three_blocks > div {
    width: calc(40% - 15px);
}

.rl_three_blocks .col_1 {
    display: block;
    padding: 15px 25px;
    margin-right: 15px;
    width: 100%;
    width: calc(42% - 15px);
    height: 700px;
    background-image: url("../images/rl_three_blocks/col_1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.rl_three_blocks .col_1 .title {
    color: #333333;
}

.rl_three_blocks .col_1 .subtitle {
    font: 400 23px/28px "Lato";
    color: #333333;
}

.rl_three_blocks .col_2 {
    margin-left: 15px;
}

.rl_three_blocks .col_2 > a.div {
    display: block;
    padding: 15px 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50% - 10px);
    width: 150%;
}

.rl_three_blocks .col_2 .row_1 {
    position: relative;
    background-image: url("../images/rl_three_blocks/col_2_row_1.jpg");
    margin-bottom: 15px;
}

.rl_three_blocks .col_2 .row_1:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.rl_three_blocks .col_2 .row_2 {
    position: relative;
    background-image: url("../images/rl_three_blocks/col_2_row_2.jpg");
    margin-top: 15px;
}

.rl_three_blocks .col_2 .row_2 .title {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rl_three_blocks .col_2 .row_2 .title:before {
    content: '';
    display: block;
    width: 155px;
    height: 155px;
    margin: auto;
    background-image: url("../images/rl_three_blocks/instagram.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .rl_three_blocks {
        flex-wrap: wrap;
    }

    .rl_three_blocks > div {
        width: 100%;
        padding: 0;
    }

    .rl_three_blocks .col_1 {
        width: 100%;
        margin-right: 0;
        height: calc((100vw - 289px) * 0.75);
    }

    .rl_three_blocks .col_2 {
        display: flex;
        margin-top: 30px;
        margin-left: 0;
    }

    .rl_three_blocks .col_2 > a.div {
        width: calc(50% - 15px);
        height: 350px;
    }

    .rl_three_blocks .col_2 > .row_1 {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .rl_three_blocks .col_2 > .row_2 {
        margin-left: 15px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .rl_three_blocks .col_1 {
        height: 350px;
    }
    .rl_three_blocks .col_1 .subtitle {
        display: none;
    }

    .rl_three_blocks .col_2 {
        flex-wrap: wrap;
    }

    .rl_three_blocks .col_2 > a.div {
        width: 100%;
        height: 350px;
    }

    .rl_three_blocks .col_2 > .row_1 {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .rl_three_blocks .col_2 > .row_2 {
        margin-left: 0;
    }
}
