﻿.testimonial-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 1rem 3rem;
  text-align: center;
  flex-wrap: wrap;
}

.testimonial__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 77.5rem;
}

.testimonial__content {
  padding: 0 1.25rem;
  color: #191919;
}

.testimonial__quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.testimonial__quote blockquote {
  margin: 0;
  line-height: 2.125rem;
  font-weight: 300;
  font-size: 1.25rem;
}

.testimonial__quote blockquote:lang(ko),
.testimonial__quote blockquote:lang(ko-KR){
  line-height: 1.875rem;
  font-weight: 500;
}

.testimonial__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  font-size: 1rem;
  gap: 1.5rem;
}

.testimonial__person img {
  border-radius: 100%;
  max-height: 8rem;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.7);
}

.testimonial__person-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
}

.testimonial__person-name {
  font-weight: 600;
}

.testimonial__person-role {
  font-weight: 300;
}

.testimonial__person-role:lang(ko),
.testimonial__person-role:lang(ko-KR){
  font-weight: 500;
}

.testimonial__dots-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 0 1.25rem 0 1.25rem;
}

.testimonial__dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.719rem;
  gap: 1.25rem;
}

.testimonial__dots-dot {
  width: 0.506rem;
  height: calc(100% - 3.4px);
  background-color: rgba(0, 59, 92, 0.5);
  transform: rotate(45deg);
}

.testimonial__dots-dot.active {
  background-color: #003b5c;
}

.testimonial-wrapper.section--orient h2,
.testimonial-wrapper.section--orient .testimonial__content,
.testimonial-wrapper.section--light-blue h2,
.testimonial-wrapper.section--light-blue .testimonial__content,
.testimonial-wrapper.section--dark-dm-blue h2,
.testimonial-wrapper.section--dark-dm-blue .testimonial__content,
.testimonial-wrapper.section--dark-green h2,
.testimonial-wrapper.section--dark-green .testimonial__content {
  color: #ffffff;
}

.testimonial-wrapper.section--light-green h2 {
  color: #191919;
}

.testimonial-wrapper.section--orient h2,
.testimonial-wrapper.section--light-blue h2,
.testimonial-wrapper.section--dark-dm-blue h2,
.testimonial-wrapper.section--dark-green h2 {
  font-weight: 400;
}

@media screen and (max-width: 830px) {
  .testimonial__container h2 {
    font-size: 1.4rem;
  }

  .testimonial__quote blockquote {
    font-size: 1rem;
    line-height: 1.688rem;
  }

  .testimonial__quote blockquote:lang(ko),
  .testimonial__quote blockquote:lang(ko-KR) {
    line-height: 1.875rem;
  }

  .testimonial__person img {
    max-width: 6rem;
  }
}
