.brand-index {
  padding: 1.875rem 1.25rem 1.25rem;
}
@media (min-width: 769px) {
  .brand-index {
    padding: 3.75rem 3.75rem 1.875rem;
  }
}
.brand-index h1 {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
.brand-index h2 {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.25rem;
  padding: 1.75rem 0;
}
@media (min-width: 1200px) {
  .brand-index h2 {
    font-size: 2rem;
    line-height: 1.125;
    padding: 3.125rem 0 2.5rem;
  }
}
.brand-index .brand-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  margin: -3rem 1.5625rem 2.8125rem 0;
  position: sticky;
  position: -webkit-sticky;
  top: 9.75rem;
}
.brand-index .brand-nav a {
  color: #111;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
@media (min-width: 769px) {
  .brand-index .brand-nav {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .brand-index .brand-nav {
    top: 7.25rem;
  }
}
@media (min-width: 1200px) {
  .brand-index .brand-nav {
    display: none;
  }
}
.brand-index .card-columns {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  margin-right: 3.4375rem;
}
@media (min-width: 1200px) {
  .brand-index .card-columns {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    margin-right: 0;
  }
}

.brands-list {
  padding-bottom: 2.5rem;
}
@media (min-width: 769px) {
  .brands-list {
    padding-bottom: 3.125rem;
  }
}
.brands-list li {
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .brands-list li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    orphans: 2;
  }
}
.brands-list li.brands-list-head span {
  display: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  .brands-list li.brands-list-head span {
    display: block;
  }
}
@media (min-width: 1200px) {
  .brands-list li + .brands-list-head {
    margin-top: 1.625rem;
  }
}
.brands-list a {
  color: #111;
  text-decoration: none !important;
}
.brands-list a:hover {
  text-decoration: underline !important;
}
