.testimonial .title-wrapper {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.testimonial .body {
  margin-bottom: .3rem;
}
.testimonial .author-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 6rem;
}
.testimonial .author-wrapper .img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial .author-wrapper .author {
  display: inline-block;
  text-align: left;
}
.testimonial-1 .author-wrapper .author {
  margin-left: 1.5rem;
}
.testimonial-1 .slider-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.testimonial-2 .img-wrapper {
  width: 100%;
}
.testimonial-2 .title-wrapper {
  margin-top: 6rem;
}
.testimonial-2 .slider {
  position: relative;
}
.testimonial-2 .slider .slider-navigation-wrapper .slider-navigation {
  padding-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.testimonial-2 .slider .slide {
  background-color: var(--background);
}
.testimonial-2 .testimonial-wrapper {
  position: relative;
}
.testimonial-2 .slider-navigation-wrapper {
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.testimonial-2 .slider-navigation-wrapper .slider-next {
  margin-left: 0;
}
.testimonial-2 .slider-navigation-wrapper .slider-prev {
  margin-right: 1.5rem;
}
.testimonial-2 .background-quote {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 2;
  width: 95px;
}
.testimonial-2 .author {
  margin-bottom: 8rem;
}
.testimonial-3 .title-wrapper {
  text-transform: initial;
}
.testimonial-3 .title-wrapper {
  margin-bottom: 7rem;
}
.testimonial-3 .body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  margin-bottom: 3.3rem;
}
.testimonial-3 .body .quote {
  width: 50px;
}
.testimonial-3 .body .inner-text {
  margin-left: 3.8rem;
}
.testimonial-3 .author-wrapper {
  margin-bottom: 3rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.testimonial-3 .author-wrapper .author {
  margin-left: 0;
  padding-right: 20px;
}
.testimonial-3 .author-wrapper .img-wrapper {
  height: 50px;
  width: auto;
  border-radius: 0;
}
.testimonial-4 .title-wrapper {
  text-transform: unset;
  margin-bottom: 7rem;
}
.testimonial-4 .title-wrapper .title {
  margin-bottom: 3rem;
}
.testimonial-4 .slide {
  width: 805px;
}
.testimonial-4 .slider-navigation .slider-prev {
  margin-right: 2rem;
}
.testimonial-4 .slider-navigation .slider-next {
  margin-left: 0;
}
.testimonial-4 .author-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.testimonial-4 .author-wrapper .img-wrapper {
  width: 60px;
  height: 60px;
}
.testimonial-4 .author-wrapper .author {
  margin-left: 2rem;
}
.testimonial-4 .slide .author-wrapper {
  margin-bottom: 0;
}
.patterned .testimonial-4 .container {
  position: initial;
}
/*Desktop: 1680*/
@media (max-width: 1919px) {
  .testimonial-2 .title-wrapper {
    margin-top: 5rem;
  }
  .testimonial-3 .title-wrapper {
    margin-bottom: 6rem;
  }
  .testimonial-4 .title-wrapper {
    margin-bottom: 6rem;
  }
  .testimonial-4 .title-wrapper .title {
    margin-bottom: 2.8rem;
  }
  .testimonial-4 .slide {
    width: 665px;
  }
}
/*Desktop: 1400*/
@media (max-width: 1679px) {
  .testimonial .author-wrapper {
    margin-bottom: 4rem;
  }
  .testimonial-1 .author-wrapper .author {
    margin-left: 1rem;
  }
  .testimonial-2 .title-wrapper {
    margin-top: 4rem;
  }
  .testimonial-2 .background-quote {
    width: 85px;
  }
  .testimonial-3 .title-wrapper {
    margin-bottom: 4.5rem;
  }
  .testimonial-3 .body {
    margin-bottom: 2.5rem;
  }
  .testimonial-3 .body .quote {
    width: 45px;
  }
  .testimonial-3 .body .inner-text {
    margin-left: 3.5rem;
  }
  .testimonial-3 .author-wrapper {
    margin-bottom: 3rem;
  }
  .testimonial-3 .author-wrapper .img-wrapper {
    height: 45px;
  }
  .testimonial-4 .title-wrapper {
    margin-bottom: 5rem;
  }
  .testimonial-4 .title-wrapper .title {
    margin-bottom: 2.5rem;
  }
  .testimonial-4 .slide {
    width: 735px;
  }
  .testimonial-4 .author-wrapper .img-wrapper {
    width: 50px;
    height: 50px;
  }
  .testimonial-4 .author-wrapper .author {
    margin-left: 1.5rem;
  }
  .testimonial-4 .slider .slider-navigation {
    padding: 0;
  }
}
/*Desktop: 1200*/
@media (max-width: 1399px) {
  .testimonial-2 .title-wrapper {
    margin-top: 1rem;
  }
  .testimonial-2 .background-quote {
    width: 70px;
  }
  .testimonial-2 .slider-navigation-wrapper {
    position: relative;
    bottom: 8px;
    left: 0;
    width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--border);
  }
  .testimonial-2 .slider-navigation-wrapper .slider-next {
    margin-left: 2rem;
  }
  .testimonial-2 .slider-navigation-wrapper .slider-prev {
    margin-right: 2rem;
  }
  .testimonial-2 .slider-navigation-wrapper .col-xxl-6 {
    padding: 0;
  }
  .testimonial-2 .author {
    margin-bottom: 0;
  }
  .testimonial-2 .slider .slider-navigation-wrapper .slider-navigation {
    padding-top: 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .testimonial-3 .title-wrapper {
    margin-bottom: 4rem;
  }
  .testimonial-4 .title-wrapper {
    margin-bottom: 4rem;
  }
  .testimonial-4 .title-wrapper .title {
    margin-bottom: 2rem;
  }
  .testimonial-4 .slide {
    width: 637px;
  }
}
/*Desktop: 992*/
@media (max-width: 1199px) {
  .testimonial-2 .slider-navigation-wrapper .slider-next {
    margin-left: 1.5rem;
  }
  .testimonial-2 .slider-navigation-wrapper .slider-prev {
    margin-right: 1.5rem;
  }
  .testimonial-3 .body {
    margin-bottom: 2rem;
  }
  .testimonial-3 .body .quote {
    width: 42px;
  }
  .testimonial-3 .body .inner-text {
    margin-left: 3.2rem;
  }
  .testimonial-3 .title-wrapper {
    margin-bottom: 3rem;
  }
  .testimonial-4 .title-wrapper {
    margin-bottom: 3rem;
  }
  .testimonial-4 .title-wrapper .title {
    margin-bottom: 1.5rem;
  }
  .testimonial-4 .slide {
    width: 658px;
  }
}
/*Desktop: 768*/
@media (max-width: 991px) {
  .testimonial-2 .title-wrapper {
    margin-top: 4rem;
  }
  .testimonial-2 .author {
    margin-bottom: 1.5rem;
  }
  .testimonial-2 .background-quote {
    width: 100px;
    top: -10px;
  }
  .testimonial-2 .slider-navigation-wrapper {
    margin-top: 2rem;
  }
  .testimonial-2 .slider .slider-navigation-wrapper .slider-navigation {
    padding-top: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .testimonial-3 .author-wrapper {
    margin-bottom: 3rem;
  }
  .testimonial-3 .author-wrapper .img-wrapper {
    height: 40px;
  }
  .testimonial-4 .slide {
    width: 558px;
  }
}
/*Desktop: 576*/
@media (max-width: 767px) {
  .testimonial-3 .body {
    margin-bottom: 2rem;
  }
  .testimonial-3 .body .quote {
    width: 38px;
  }
  .testimonial-3 .body .inner-text {
    margin-left: 2.5rem;
  }
  .testimonial-4 {
    padding-bottom: 11rem;
    position: relative;
  }
  .testimonial-4 .title-wrapper {
    margin-bottom: 2rem;
  }
  .testimonial-4 .title-wrapper .title {
    margin-bottom: 1rem;
  }
  .testimonial-4 .slide {
    width: 100%;
  }
  .testimonial-4 .slider-navigation {
    display: block;
    width: calc(100% - 80px);
    position: absolute;
    bottom: 0;
    left: 40px;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--border);
  }
  .testimonial-4 .slider-navigation .slider-next {
    margin-left: 1.5rem;
  }
  .testimonial-4 .slider-pagination {
    display: inline-block;
  }
}
/*Desktop: 425*/
@media (max-width: 575px) {
  .testimonial-2 .background-quote {
    width: 80px;
    top: -15px;
  }
  .testimonial-3 .body {
    position: relative;
  }
  .testimonial-3 .body .quote {
    position: absolute;
    top: -7px;
    left: 0;
    width: 65px;
    opacity: 0.6;
  }
  .testimonial-3 .body .inner-text {
    z-index: 1;
    margin-left: 0;
  }
  .testimonial-3 .author-wrapper .author {
    padding-right: 10px;
  }
}
/*Desktop: 320*/
@media (max-width: 424px) {
  .testimonial-2 .background-quote {
    width: 60px;
    top: -15px;
  }
  .testimonial-3 .body {
    margin-bottom: 1rem;
  }
  .testimonial-3 .author-wrapper {
    margin-bottom: 3rem;
  }
  .testimonial-3 .author-wrapper .img-wrapper {
    height: 30px;
  }
}
