/* FEATURED PRODUCTS
-------------------------------------------------- */
#featuredProductsSection {
  position: relative;
  z-index: 1;
}

#featuredProductsSection .card {
  background-color: transparent;
}

#featuredProductsSection .prod-category {
  display: flex;
  text-transform: uppercase;
  color: #2b2b2b;
  border-bottom: 1px solid #F0F3F3;
  border-top: 1px solid #F0F3F3;
  margin-bottom: 1rem;
}

#featuredProductsSection .prod-category span {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
}

#featuredProductsSection .btn-outline-secondary {
  color: #2b2b2b;
}

#featuredProductsSection h5.card-title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  margin: 1rem 0;
}

#featuredProductsSection .card-price {
  margin-bottom: 10px;
}

#featuredProductsSection .card-price span.price-number {
  color: #2b2b2b;
  font-weight: 600;
}

#featuredProductsSection .carousel-control-next,
#featuredProductsSection .carousel-control-prev {
  width: auto;
}

/* 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;
  }
}

/* CUSTOMIZE REVIEWS
-------------------------------------------------- */
section#news-resources {
  z-index: 1;
  position: relative;
  margin: 6rem 0 8rem !important;
}

.card-review {
  padding: 2rem;
  width: 384px;
  border: 2px solid #F0F3F3;
  border-radius: 20px;
}

.g-3.inner-rev {
  display: inline-flex;
}

.g-3.inner-rev {
  display: inline-flex;
  gap: 2rem;
}

.rev-card-body svg {
  margin: 1rem 0 2rem;
}

p.mw-70 {
  max-width: 70%;
}

@media (max-width: 991px) {
  section#news-resources {
    margin: 0 0 3rem !important;
  }
}

/*# sourceMappingURL=home.css.map */
