.left-right-image {padding-top: 44px;padding-bottom: 36px;}
.left-right-image .page-width {display: grid;grid-template-columns: 1fr 1fr;align-items: center;}
.left-right-image .page-width img {border-radius: 4px; width: 100%;height: auto;}
@media screen and (max-width: 749px) {
  .left-right-image {padding-top: 33px;padding-bottom: 27px;}
  .left-right-image .page-width {grid-template-columns: 1fr;}
}  