.block-home-hero {
  background-image: url("../../assets/images/Banner-Red-Background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_home_hero_content {
  background-image: url("../../assets/images/Banner-White-Swoosh.png");
  padding-bottom: 100px;
  background-size: contain;
}/*# sourceMappingURL=main.css.map */