@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes underlineIn {
  0% {
    left: 0%;
    right: 100%; }
  100% {
    left: 0%;
    right: 0%; } }

@keyframes underlineOut {
  0% {
    left: 0%;
    right: 0%; }
  100% {
    left: 100%;
    right: 0%; } }

.scroll-btn {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  width: 3rem;
  height: auto;
  transform: translateX(-50%); }

@media screen and (max-width: 768px) {
  .hero.hero-body {
    padding: 6rem 1.5rem 3rem 1.5rem; } }

/*# sourceMappingURL=hero.css.map */