.testimonials {
    padding: 90px 0 0;
}

.testimonials .swiper-wrapper {
    box-sizing: border-box;
 }

 .testimonials .testimonial-box {
    padding: 20px 50px;
    border: 1px solid #000;
 }

 .testimonials h3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
 }

 .testimonials h3::before {
    content: url(/wp-content/themes/swan-travel/assets/images/icons/navigation-arrow-right.png);
    position: absolute;
    top: 45px;
    left: 42px;
 }

 .testimonials .role {
    margin-top: 5px;
    line-height: 1;
 }

 .testimonials p {
    margin-top: 30px;
    line-height: 1.6;
 }

 .testimonials .testimonial-nav {
    display: flex;
    justify-content: center;
    margin-top: 60px;
 }
 
 .testimonials .testimonial-nav img {
    height: 20px;
 }
 
 .testimonials .testimonial-nav .testimonial-button-prev {
    cursor: pointer;
    margin-right: 30px;
 }

 .testimonials .testimonial-nav .testimonial-button-next {
    cursor: pointer;
 }

 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {

   .testimonials {
      padding: 90px 20px;
   }

}