@media (min-width: 768px) {
  .row.top {
    display: flex;
    max-width: 100% !important;
    width: 100%;
  }
  .row.top .col-sm-3 {
    width: 100% !important;
    max-width: 255px !important;
  }
  .col-sm-9 {
    width: 100% !important;
  }
}
