.bastyr-slider {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.bastyr-slider .swiper-slide::-webkit-scrollbar {
  display: none;
}


.testimonial.bastyr-slider {
  display: flex;
  width: 100%;
  max-width: 1200px;
}

.testimonial.bastyr-slider .swiper {
  width: 100%;
  order: 2;
}

.testimonial.bastyr-slider .swiper-slide {
  overflow: scroll;
}

{# Slides #}

.testimonial.bastyr-slider .swiper-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}

.testimonial.bastyr-slider .swiper-slide__content .swiper-slide__name{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.testimonial.bastyr-slider .swiper-slide__content .swiper-slide__name p{
  margin-bottom: 0px;  
}

.testimonial.bastyr-slider .swiper-slide__content .swiper-slide__name img{
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 80px;
  margin-right: 10px;
}

.testimonial.bastyr-slider .swiper-slide__content blockquote{
  color: rgb(40, 40, 40) !important;
  font-family: "Libre Baskerville" !important;
  font-size: 1.5rem !important;
  line-height: 2.125rem !important;
  quotes: "“" "”" !important; 
  text-align: left;
  border-left: unset !important;
}

{# END Slides #}

{# Arrows #}

.testimonial.bastyr-slider .slider-arrows {
  flex-direction: column;
  justify-content: center;
  order: 1;
}

.testimonial.bastyr-slider .slider-arrows__arrow--top {
  transform: rotate(90deg);
}

.testimonial.bastyr-slider .slider-arrows__arrow--bottom {
  transform: rotate(90deg);
}

.testimonial.bastyr-slider .swiper-slide__indicator{
  width: clamp(32px, 3.5vw, 56px);
  height: clamp(32px, 3.5vw, 56px);
  margin: 10px;
  filter: brightness(50%);
  transition: 0.2s ease all;
}

.testimonial.bastyr-slider .swiper-slide__indicator.active{
  filter: brightness(100%);
}

.testimonial.bastyr-slider .swiper-slide__indicator img{
  width: 100%;
  height: 100%;
  border-radius: 54px;
  object-fit: cover;
}