.wrapAbout {
  height: 100%;
  position: relative;
}

#aboutUs {
  text-align: center;
  color: #58DF84;
  position: relative;
  text-transform: uppercase;
}

.parallax {
  background-image: url("//assets/images/mazda-painting.webp");
  min-height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax__text {
  position: relative;
  align-content: center;
  min-height: 160px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 20px;
  vertical-align: center;
  line-height: 1.5em;
  color: #F1F3F4;
  font-size: 36px;
  text-indent: 40px;
}

.parallax2 {
  display: grid;
  align-content: center;
  background-image: url("/assets/images/mazda-painting-high-resolution.webp");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
.parallax2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(2, 2, 2, 0.6);
}

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