@import url("https://use.typekit.net/sce4zcz.css");
.hero-wrapper-why {
  text-align: center;
  margin: 0 auto;
  width: 80vw;
  padding-top: 2em;
  margin-bottom: 10em;
}

.hero-wrapper-why .hero-container-left .hero-header h1 {
  font-size: 3.5em;
  line-height: 1.4em;
  color: black;
  text-shadow: 0px 3px 4px #0000004d;
  letter-spacing: 0.06em;
  margin-bottom: 0.6em;
}

.hero-wrapper-why .hero-container-left .hero-subtext {
  text-align: left;
  margin-bottom: 3em;
  font-size: 1em;
}

.counters {
  color: #8044f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.counters .container {
  padding-top: 8em;
  padding-bottom: 3em;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-bottom: #76f8b7 solid 2px;
}

.counters .container i {
  margin-bottom: 25px;
}

.counters .container .counter {
  font-size: 36px;
  font-weight: 500;
  color: black;
}

.counters .container h3 {
  margin-top: 20px;
  font-size: 14px;
}

.footer-container {
  margin-top: 10em;
  clear: both;
  padding: 1em 10em;
  text-align: left;
  width: 100vw;
  background-color: white;
}

.footer-container img {
  width: 8em;
}

.footer-container ul {
  float: right;
  font-size: 1.4em;
  padding-bottom: 1em;
}

.footer-container ul a {
  font-weight: 200;
}

.footer-container ul .auctions-link {
  font-weight: 900;
}

.footer-container p {
  clear: both;
  font-size: 1.4em;
  text-align: left;
  color: #8044f2;
}

.footer-container p span {
  font-weight: 800;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .hero-header h1 {
    font-size: 8em;
  }
  .counters .container {
    padding-top: 6em;
  }
  .counters .container i {
    font-size: 6em;
  }
  .counters .container .counter {
    font-size: 54px;
  }
  .counters .container h3 {
    font-size: 18px;
  }
}
/*# sourceMappingURL=why.css.map */