/**
 * Bootstrap Utilities for Components
 * Hybrid Approach - Variables/mixins only, no compiled CSS
 */
.testimonials-custom-bg-block {
  border-radius: 0.375rem;
  padding: 1.5rem 0;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .testimonials-custom-bg-block {
    padding: 3.125rem 0;
  }
}
.testimonials-custom-bg-block > .container {
  transform: translateY(1.75rem);
}
.testimonials-custom-bg-block blockquote {
  position: relative;
}
.testimonials-custom-bg-block blockquote::before {
  content: "\f10d";
  position: absolute;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
}
.testimonials-custom-bg-block blockquote::before {
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-custom-bg-block blockquote,
.testimonials-custom-bg-block .testimonial-footer {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.testimonials-custom-bg-block .testimonial-footer cite {
  font-style: normal;
}

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