@media only screen and (max-width: 992px) {
  html,
body {
    font-size: 9px;
  }
  header .top-header {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  header .top-header .right-text p {
    text-align: center;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  html,
body {
    font-size: 8px;
  }
  header .top-header .right-text p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  html,
body {
    font-size: 7px;
  }
}
@media only screen and (max-width: 360px) {
  header .over-hero .hero-section .row:nth-child(2) a {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=responsive.css.map */