.left-right-rows > .row {
    flex-direction: column;
}

.left-right-rows .content {
    width: 90%;
    margin: 0 auto;
}

.left-right-rows .row > .left-side,
.left-right-rows .row > .right-side {
    padding: 0 !important;
    width: 705px;
    max-width: 100%;
}

.left-right-rows .row > .left-side:not(.image):not(.video),
.left-right-rows .row > .right-side:not(.image):not(.video) {
    margin-bottom: 3.5em;
}

.left-right-rows > .row > .left-side > img,
.left-right-rows > .row > .left-side > picture > img,
.left-right-rows > .row > .left-side > a > img,
.left-right-rows > .row > .left-side > a > picture > img,
.left-right-rows > .row > .right-side > img,
.left-right-rows > .row > .right-side > picture > img,
.left-right-rows > .row > .right-side > a > img,
.left-right-rows > .row > .right-side > a > picture > img {
    width: 100% !important;
    height: auto !important;
}

.left-right-rows > .row > .left-side > a > img {
    margin-bottom: 50px;
}
