@media (max-width: 991px) {
  .row.items-center {
    display: flex;
    flex-wrap: wrap;
  }


  .row.items-center > .col.col-lg-6 {
    order: 2;
  }


  .row.items-center > .col.col-lg-5,
  .row.items-center > .col.offset-lg-1,
  .row.items-center > .col.offset-lg-1\.5 {
    order: 1;
  }
}

@media (max-width: 991px) {
  .row.items-center > .col.col-lg-6 {
    display: flex;
    justify-content: center;
  }

  .row.items-center > .col.col-lg-6 img {
    margin: 0 auto !important;
    width: 80%;
    height: auto;
  }
}
