@media only screen and (max-width: 1200px) {
  .u-image {
    display: block !important;
    position: relative !important;
    background-position: center !important;
    margin: 0 !important;
  }

  .m-0 {
    margin: 0 !important;
  }
  .mt-mob-5 {
    margin-top: 3rem !important;
  }
  .mt-mob-2 {
    margin-top: 2rem !important;
  }
  .mb-mob-5 {
    margin-bottom: 5rem !important;
  }
  .mb-mob-2 {
    margin-bottom: 2rem !important;
  }
}
