.hero-banner .text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-banner .text-column .hero-buttons {
  display: flex;
  gap: 1rem;
}
.hero-banner .image-column .hero-image {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-description h1 {
  margin-bottom: 0;
}

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