.bfj-testimonial-slider {
  background-color: #0b5d44;
  color: #ffffff;
  padding: 80px 0;
  position: relative;
}
.bfj-testimonial-slider__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.bfj-testimonial-slider__list {
  padding: 0;
}
.bfj-testimonial-slider__slide {
  display: flex;
  justify-content: center;
  text-align: center;
}
.bfj-testimonial-slider__quote {
  max-width: 720px;
  margin: auto;
}
.bfj-testimonial-slider__text {
  font-size: 28px;
  line-height: 39.2px;
  letter-spacing: -0.28px;
  font-weight: 700;
}
.bfj-testimonial-slider__text p,
.bfj-testimonial-slider__text h1,
.bfj-testimonial-slider__text h2,
.bfj-testimonial-slider__text h3 {
  font-size: 28px;
  line-height: 39.2px;
  letter-spacing: -0.28px;
  font-weight: 700;
}
.bfj-testimonial-slider__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
}
.bfj-testimonial-slider__avatar {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
}
.bfj-testimonial-slider__avatar img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
.bfj-testimonial-slider__meta {
  text-align: center;
}
.bfj-testimonial-slider__name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.bfj-testimonial-slider__role {
  font-size: 16px;
}
.bfj-testimonial-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: #004430;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfj-testimonial-slider__nav:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}
.bfj-testimonial-slider__nav--prev {
  left: 1rem;
}
.bfj-testimonial-slider__nav--next {
  right: 1rem;
}
.bfj-testimonial-slider__pagination {
  margin-top: 2rem;
  text-align: center;
}
.bfj-testimonial-slider__pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}
.bfj-testimonial-slider__pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.bfj-testimonial-slider__pagination .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #ffffff;
}
