.table-header-brand,  
.right-side-table {
  border-radius: 22px 22px 0 0;
}

@media (max-width: 768px) {
  .table-header-brand,  
  .right-side-table {
    border-radius: 8px 8px 0 0;
  }
}

