h1 {
  font-size: 30px;
  line-height: 2;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #151515;
  display: block;
}

.title-bar {
    font-size: 18px;
    margin-top: 0;
}

.title-animated {
    font-size: 44px;
    margin-top: 0;
    font-weight: 700;
}


@media (max-width: 800px) {
  .air-balancer-type {
    min-height: auto;
  }
}

@media only screen and (max-width:767px) {
  #ab-web-only img {
    display: none;
  }
}