/* .quote-slider-banner {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 3rem 1rem;
  overflow: hidden;
}
*/
.quote-slider-banner blockquote {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quote-slider-banner.swiper {
  width: 100%;
  background: black;
}

.swiper-slide {
  height: 100%;
  text-align: center;
  color: white;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .quote-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1rem;
  
}

.swiper-slide .quote-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.quote-left {
  margin-right: 0.3rem;
}

.quote-right {
  margin-left: 0.3rem;
}
