body,
.text-xs {
  font-family: 'General Sans', sans-serif;
  font-weight: 400;
  font-size: 17px !important;
  line-height: 1.35rem !important;
  /* Approx. 12pt */
}

.anton {
  font-family: "Anton", sans-serif;
}

.uppercase {
  align-self: stretch;
  margin: auto 0;
  text-transform: uppercase;
}

.div {
  color: #000;
  text-align: center;
  align-self: stretch;
  margin: auto 0;
  font: 400 45px/47px Anton, sans-serif;
}

@media (max-width: 991px) {
  .div {
    margin-top: 40px;
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 450px) {
  .custom-hidden {
    display: none;
  }
}