/* [project]/styles/home.css [app-client] (css) */
.hero-title {
  color: #fff;
  font-size: 12vw;
  font-weight: bold;
  line-height: 1;
}

.hero-info {
  width: 400px;
}

.hero-bg {
  background-color: #163a4e;
}

/* [project]/styles/ctaSection.css [app-client] (css) */
.home-cta {
  text-align: center;
  background-color: #bfceda;
  padding: 20px;
}

.text-color-primary {
  color: #163a4e;
}

/*# sourceMappingURL=styles_dea0cf30._.css.map*/