.content-page h1 {
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 24px;
}
.content-page .content-wrap {
  padding: 15px 0;
}
.content-page .content-wrap .left-column {
  display: none;
}
.content-page .content-wrap .right-column {
  width: 100%;
  height: auto;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 560px) {
  .content-page .content-wrap .right-column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .content-page .content-wrap .right-column {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-page .content-wrap .right-column {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .content-page .content-wrap .right-column {
    grid-template-columns: repeat(6, 1fr);
  }
}
.content-page .content-wrap .right-column > div {
  width: 100%;
  min-width: 0;
  border-radius: 18px;
}
.content-page .content-wrap .right-column > div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px 12px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 100%;
}
.content-page .content-wrap .right-column > div a .img-wrap {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 0 12px;
}
.content-page .content-wrap .right-column > div a .img-wrap picture {
  width: 100%;
  height: auto;
}
.content-page .content-wrap .right-column > div a .img-wrap img {
  max-width: 100%;
  width: auto;
  max-height: 118px;
  height: auto;
}

/*# sourceMappingURL=kss-brands-page.css.map */
