.multi-col-text-icon-desc .gap-small .card-layout-wrap .icon-wrap {
    margin: 0 auto;
}

.section-brand-listing .section-heading .section-heading__title {
    margin-bottom: 32px;
}

.section-brand-listing.pt-0-mtb {
    margin-top: 0;
}
.section-brand-listing.pb-0-mtb {
    margin-bottom: 0;
}

.section-brand-listing.p-small-mtb {
    /* margin-top: 80px; */
    margin-top: 0;
}
.section-brand-listing.p-medium-mtb {
    /* margin-top: 160px; */
    margin-top: 0;
}
.section-brand-listing.p-large-mtb {
    /* margin-top: 200px; */
    /* 11 */
    margin-top: 0;
}

.section-table-data .table-container {
  width: 100%;
  margin: 20px 0;
}

.section-table-data .table-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  padding: 6px;
}

.section-table-data .vertical-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.section-table-data .vertical-table th,
.section-table-data .vertical-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.section-table-data .vertical-table th {
  width: 25%; /* makes header cells narrower */
  text-align: left;
}