@charset "UTF-8";
/* -----------------------------
Brands
-------------------------------*/
#brands {
  margin-top: 140px;
}
#brands h2 {
  width: 460px;
  margin-inline: auto;
}
#brands nav {
  padding-block: 70px;
}
#brands nav ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
#brands nav ol li a {
  display: block;
  width: 210px;
  height: 80px;
}
#brands section + section {
  margin-top: 80px;
}
#brands section ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#brands section ol::after {
  content: "";
  display: block;
  border: 1px solid #e6e6e2;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -1px;
}
#brands section ol li {
  background-color: #fff;
  border: 1px solid #e6e6e2;
}
#brands section ol li:nth-of-type(n + 3) {
  margin-top: -1px;
}
#brands section ol li:nth-of-type(2n) {
  margin-left: -1px;
}
#brands section ol li a {
  display: block;
  height: 100%;
}

.link-wrapper {
  margin-top: 60px;
}
