.ohspro-content .advertisement {
  max-width: 790px;
  margin: 2rem auto;
  display: block;
}

@media screen and (max-width: 990px) {
  .hp--list-orders-header .hp--list-labels {
    display: none !important;
  }

  .one-col.right {
    text-align: left;
  }
}

@media screen and (min-width: 990px) {
  .hp--list-orders.hp--list-table .mobile-label {
    display: none !important;
  }

  .hp--list-orders-header {
    top: 140px !important;
  }

  .hp--list-orders.hp--list-table .one-item,
  .hp--list-orders-header .hp--list-labels {
    display: grid;
    grid-template-columns: 220px 110px 120px 140px 100px 100px auto;
  }
}