.carousel-item {
  height: 32rem;
  position: relative;
}

.carousel-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px;
  max-width: 900px;
  color: white;
  text-align: center;
}

.quotation-mark {
  color: hsl(351, 83%, 58%);
  font-size: 28px;
  padding: 20px 10px;
}

.quote-heading {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.quote-content {
  font-weight: 300;
  font-size: 22px;
  font-style: italic;
  line-height: 1.8em;
}

.quote-author-name {
  margin-top: 20px;
  font-size: 14px;
}

.quote-carousel-indicator[data-bs-target], quote-carousel-indicator[data-target] {
  height: 4px;
  width: 4px;
  max-width: 4px;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.75;
  margin: 0 7px;
}

.quote-carousel-indicator.active {
  background-color: hsl(351, 83%, 58%);
}

.quote-carousel-inner {
  max-height: 32rem;
}

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