@media (min-width: 1400px) {
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-30 {
    width: 39% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
}
.m-w-500px {
  max-width: 500px;
}
