.testimonial {
    background: #f1f1f1;
    padding: 50px 30px;
}

.testimonial h2 {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial .tns-outer {
    position: relative;
}

.testimonial .tns-outer .tns-controls button {
    border: none;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
}

.testimonial .tns-outer .tns-controls button:nth-of-type(1) {
    left: -30px;
}

.testimonial .tns-outer .tns-controls button:nth-of-type(1):before {
    content: ' ';
    display: inline-block;
    border-right: 4px solid #4D4D4D;
    border-bottom: 4px solid #4D4D4D;
    width: 20px; height: 20px;
    transform: rotate(-225deg);
}

.testimonial .tns-outer .tns-controls button:nth-of-type(2) {
    right: -30px;
}

.testimonial .tns-outer .tns-controls button:nth-of-type(2):before {
    content: ' ';
    display: inline-block;
    border-right: 4px solid #4D4D4D;
    border-bottom: 4px solid #4D4D4D;
    width: 20px; height: 20px;
    transform: rotate(-45deg);
}

.testimonial-slider {
    display: flex;
}

.testimonial-slider .wrapper .content {
    border: 2px solid #B9002D;
    padding: 20px 20px 50px;
    text-align: center;
    position: relative;
    height: 100%;
}

.testimonial-slider .wrapper .content .img-wrapper {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 10px auto 20px;
}

.testimonial-slider .wrapper .content .name {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}

.testimonial-slider .wrapper .content .quote {
    font-style:italic
}

.testimonial-slider .wrapper .content .feedback {
    font-size: 25px;
    padding-top: 16px;
    color: white;
}

.testimonial-slider .wrapper .content .feedback span {
    color: #FCF200;
}

.testimonial-slider .wrapper .content .feedback--4 span:nth-of-type(5) {
    color: white;
}

.testimonial-slider .wrapper .content .feedback--3 span:nth-of-type(4) {
    color: white;
}

.testimonial-slider .wrapper .content .feedback--3 span:nth-of-type(5) {
    color: white;
}

.testimonial-slider .wrapper .content .link {
    background: #B9002D;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 5px 0;
}

.testimonial-slider .wrapper .content a {
    color: white;
}

.testimonial-slider .wrapper .content a:before {
    content: ' ';
    display: inline-block;
    background: url('/images/arrow-right-white.png');
    height: 15px;
    width: 15px;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}