/* ABOUT SECTION
-------------------------------------------------- */
section.bg-light.about-hero {
  padding: 6rem 0;
}

.about-hero .container.marketing {
  z-index: 1;
  position: relative;
}

svg.about-bg {
  position: absolute;
  left: -50%;
  margin-top: -20rem;
  z-index: 0;
}

.featurette-divider {
  margin: 5rem 0;
}

.lead {
  font-size: 16px;
  font-weight: 300;
}

.featurette-heading {
  font-size: 40px;
}

#aboutCarousel .carousel-indicators,
#investCarousel .carousel-indicators {
  bottom: 10px;
  justify-content: start;
  margin-left: 23px;
}

.about-hero .col-lg-4 {
  text-align: center;
  padding: 0 3rem;
}

.wrapp-img {
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.about-hero .lead-text {
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  svg.about-bg {
    position: absolute;
    right: 0;
    margin-top: -30rem;
    z-index: 0;
    width: 1200px;
    left: unset;
  }
  .row.featurette {
    flex-direction: column-reverse;
  }
  #aboutCarousel .carousel-item,
  #investCarousel .carousel-item {
    height: 17rem;
  }
  .featurette-heading {
    font-size: 28px;
    margin-bottom: 2rem;
  }
}
.feature.col .wrapp-box {
  background-color: #f0f2f4;
  padding: 1rem;
  border-radius: 10px;
  min-height: 224px;
  display: flex;
  flex-direction: column;
}

.generic .img-body {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=generic.css.map */
