.brand-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.brand-table {
  width: 100%;
  border-collapse: collapse;
  color: #1e2e2f;
}

.brand-table thead {
  /* background-color: #f5f5f5; */
}

.brand-table th,
.brand-table td {
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px solid #eae9e8;
  white-space: nowrap;
  vertical-align: middle;
}

.brand-table th {
  font-weight: bold;
  color: #2c3e50;
  font-size: 15px;
}
.brand-table tr th {
  color: #31544b;
  padding-bottom: 10px;
}

.brand-logo {
  height: 35px;
}

@media (max-width: 768px) {
  .brand-table th,
  .brand-table td {
    font-size: 13px;
    padding: 10px 8px;
  }

  .brand-logo {
    height: 30px;
  }
}



