.lr-cards {
  background-color: #fff;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 5px 0 0; }
  @media screen and (min-width: 1200px) {
    .lr-cards {
      background-color: #efefef;
      flex-direction: row;
      padding: 70px 88px;
      -moz-column-gap: 80px;
      column-gap: 80px; } }
  @media screen and (min-width: 1540px) {
    .lr-cards {
      margin-left: auto;
      margin-right: auto; } }

.lr-cards__region {
  flex: 1; }
