/* Hero Section */
.hero-section {
  /* background: linear-gradient(rgba(6, 3, 141, 0.85), rgba(6, 3, 141, 0.7)), url('./assets/images/banner.png'); */
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)), url("https://staticdev.locowiz.com/locomedia/website-builder/image/banner.png");
  background-size: cover;
  background-position: top;
  color: var(--plainclr);
  padding: 120px 0;
  margin-top: -1px;
}

.hero-section h1 {
  color: var(--plainclr);
}

.hero-quote {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative;
  padding: 30px;
  color: var(--plainclr);
}

.hero-quote:before {
  content: '"';
  font-size: 8rem;
  position: absolute;
  top: -40px;
  left: -20px;
  opacity: 0.2;
  font-family: serif;
}/*# sourceMappingURL=hero.css.map */