.testimonials-v2 {
  background: #111111;
  padding: 3rem 0;
}
.testimonials-v2 .testimonials-slider {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.testimonials-v2 .testimonials-slider .flex-viewport .slides li {
  background-color: transparent !important;
  height: auto !important;
}
.testimonials-v2 .testimonials-slider .flex-direction-nav .flex-nav-prev, .testimonials-v2 .testimonials-slider .flex-direction-nav .flex-nav-next {
  background: none !important;
}
.testimonials-v2 .testimonials-slider .flex-direction-nav a {
  background: none !important;
  overflow: visible;
  font-size: 0;
  text-indent: 0;
  opacity: 1;
  margin-top: 0;
  width: 16px !important;
  height: 16px !important;
  border-top: 2.5px solid rgba(255, 255, 255, 0.45);
  border-right: 2.5px solid rgba(255, 255, 255, 0.45);
  transition: border-color 0.2s;
}
.testimonials-v2 .testimonials-slider .flex-direction-nav a::before, .testimonials-v2 .testimonials-slider .flex-direction-nav a::after {
  display: none !important;
}
.testimonials-v2 .testimonials-slider .flex-direction-nav a.flex-prev {
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%) rotate(-135deg);
}
@media only screen and (min-width: 768px) {
  .testimonials-v2 .testimonials-slider .flex-direction-nav a.flex-prev {
    left: 2rem;
  }
}
.testimonials-v2 .testimonials-slider .flex-direction-nav a.flex-next {
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .testimonials-v2 .testimonials-slider .flex-direction-nav a.flex-next {
    right: 2rem;
  }
}
.testimonials-v2 .testimonials-slider .flex-direction-nav a:hover {
  border-color: #fff;
}
.testimonials-v2 .testimonials-slider .flex-control-nav {
  display: none !important;
}
.testimonials-v2 .testimonials-slider .slides {
  display: flex !important;
  align-items: center;
}
.testimonials-v2 .testimonial-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3.5rem;
  padding: 1.5rem 3rem;
}
.testimonials-v2 .testimonial-photo {
  flex: 0 0 auto;
  width: 160px;
  height: 160px;
}
@media only screen and (min-width: 768px) {
  .testimonials-v2 .testimonial-photo {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-v2 .testimonial-photo {
    width: 280px;
    height: 280px;
  }
}
.testimonials-v2 .testimonial-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials-v2 .testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .testimonials-v2 .testimonial-content {
    text-align: left;
  }
}
.testimonials-v2 .quote {
  font-size: 1.1rem;
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .testimonials-v2 .quote {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-v2 .quote {
    font-size: 1.3rem;
  }
}
.testimonials-v2 .quote p {
  margin: 0;
}
.testimonials-v2 .lue-lisaa-link {
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .testimonials-v2 .lue-lisaa-link {
    align-self: center;
  }
}
.testimonials-v2 .lue-lisaa-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.testimonials-v2 .attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .testimonials-v2 .attribution {
    align-items: flex-end;
  }
}
.testimonials-v2 .person-name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.testimonials-v2 .person-title {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}
/*# sourceMappingURL=https://kingi.fi/wp-content/build/scss_library/f499e598a8f655e36d2474c67c001f105f483b95.css.map */