@media screen and (min-width: 1200px) {
  .o-heroBLC {
    padding-top: 9rem;
  }
}

@media screen and (max-width: 1199.98px) {
  .o-heroBLC {
    padding-top: 4.8rem;
  }
}

.o-hero__heading {
  font-size: 1.2rem;
  font-family: jaf-mashine, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 0.8rem;
  border: 1px solid #707070;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.o-hero__body {
  padding-top: 0.8rem;
}
/*# sourceMappingURL=post.css.map */