.left-text-right-picture {
    display: block;
    padding: 100px 0;
    background: #F0E9F1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 

.left-text-right-picture .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.left-text-right-picture .row .image {
    width: 50%;
    text-align: right;
    padding-left: 40px;
}

.left-text-right-picture .row .image img {
    display: inline-block;
    max-width: 100%;
}

.left-text-right-picture .row .text {
    width: 50%;
}

.left-text-right-picture .row .text h2 {
    padding-bottom: 40px;
}

.left-text-right-picture .row .text .btn-container {
    padding-top: 40px;
}

.left-text-right-picture .container .text .btns-container {
    display: block;
    text-align: left;
    padding-top: 30px;
    margin: 0 -10px;
}

.left-text-right-picture .container .text .btns-container a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 1120px) {
    .left-text-right-picture {
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .left-text-right-picture {
        padding: 40px 0;
    }

    .left-text-right-picture .row {
        display: block;
    }
    
    .left-text-right-picture .row .image {
        width: auto;
        text-align: center;
        padding-left: 0;
        padding-bottom: 40px;
    }
    
    .left-text-right-picture .row .text {
        width: auto;
    }
    
    .left-text-right-picture .row .text h2 {
        padding-bottom: 10px;
    }
    
    .left-text-right-picture .row .text .btn-container {
        padding-top: 20px;
    }
}
