.bruflor-testimonials {
  margin-top: 3rem;
  padding: 4rem 0 0 0;
  background: #fff;
}

.bruflor-testimonials__title {
  margin: 0 0 2.5rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}

.bruflor-testimonials__carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.bruflor-testimonials__viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 230px;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  z-index: 1;
}

.bruflor-testimonials__viewport.is-dragging {
  cursor: grabbing;
}

.bruflor-testimonials__track {
  display: flex;
  will-change: transform;
  transition: transform 0.45s ease;
}

.bruflor-testimonials__track.is-dragging {
  transition: none;
}

.bruflor-testimonials__track.is-no-transition {
  transition: none;
}

.bruflor-testimonials__item {
  flex: 0 0 100%;
  width: 100%;
}

.bruflor-testimonials__content {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1rem;
}

.bruflor-testimonials__quote {
  margin: 0;
  color: #4c4c4c;
  font-size: 1.25rem;
  line-height: 1.42;
}

.bruflor-testimonials__separator {
  width: 170px;
  height: 1px;
  background: #9d9d9d;
  display: block;
  margin: 1.6rem auto 1.8rem;
}

.bruflor-testimonials__customer {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.bruflor-testimonials__logo {
  max-height: 56px;
  max-width: 150px;
  width: auto;
  height: auto;
}

.bruflor-testimonials__name {
  color: #de2f59;
  font-size: 1.05rem;
}

.bruflor-testimonials__nav {
  position: relative;
  z-index: 15;
  border: 0;
  background: transparent;
  color: #8b8b8b;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.75rem;
}

.bruflor-testimonials__nav:hover,
.bruflor-testimonials__nav:focus {
  color: #5a5a5a;
  outline: none;
}

@media (max-width: 767.98px) {
  .bruflor-testimonials {
    padding: 2.75rem 0 0 0;
  }

  .bruflor-testimonials__title {
    font-size: 1.85rem;
    margin-bottom: 2rem;
  }

  .bruflor-testimonials__nav {
    font-size: 2.35rem;
    padding: 0 0.25rem;
  }

  .bruflor-testimonials__item {
    padding: 0 3rem;
  }

  .bruflor-testimonials__quote {
    font-size: 1.1rem;
  }

  .bruflor-testimonials__customer {
    flex-direction: column;
    gap: 0.4rem;
  }
}
