label {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  color: #1A1A1A;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media (min-width: 992px) {
  label {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
