html {
  font-size: 10px;
  line-height: 1;
  font-family: "Helvetica", Arial, sans-serif;
}

body {
  margin: 0;
}

.about {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 2rem 2rem 1rem;
  margin-bottom: 60px;
  display: flex;
}

.about .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about .item {
  display: block;
  margin-bottom: 1.6rem;
  margin-top: 5px;
  width: 49%;
  position: relative;
  float: left;
}

.item img {
  width: 100%;
  height: auto;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-text {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.black {
  color: #000;
}

.item:hover .link-text {
  color: #0c0;
  cursor: pointer;
}

.left-panel {
  display: flex;
  flex-direction: column;
  flex-basis: 22.5%;
}

.selected {
  color: #0c0 !important;
}

.main-column {
  flex-basis: 77.5%;
}

.wholesale-list {
  margin-top: 60px;
}

body {
  font-family: "Neue Haas Grotesk", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: inherit;
  font-weight: 600;
  color: #000;
}

.para {
  font-weight: 400;
}

p.para a {
  color: #0c0;
}

.column {
  width: 50%;
}

p.list {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding: 2rem 2rem 1rem;
  }
  .header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 1.5rem;
    right: 1.5rem;
    height: 0.3rem;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #aaa;
  }

  .header-wrapper {
    position: relative;
  }

  .hamburger {
    display: none;
  }
}
