.testimonials {
    background: #F6F9FB;
}

.testimonials__wrap {
    padding: 50px 0;
}

.testimonials__column {
    padding: 0 21px;
    text-align: center;
}

.testimonials__column p {
    font-family: 'gothambold';
    color: #3D3E3F;
    margin: 0;
    padding: 10px 0 30px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
}

.testimonials__column h4 {
    font-family: 'gothambold';
    color: #3D3E3F;
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
}

.testimonials__column span {
    font-family: 'Lato', sans-serif;
    color: #3D3E3F;
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.testimonials .slick-arrow {
    top: 50%;
    width: 18px;
    height: 22px;
    color: #565A5C;
    opacity: 1;
}

.testimonials .slick-next {
    right: 0;
}

.testimonials .slick-prev {
    right: auto;
    left: 0;
}

.testimonials .slick-arrow::before {
    font-size: 18px;
    left: 0;
}

@media (min-width: 768px) {
    .testimonials__wrap {
        padding: 65px 0;
    }
    .testimonials__column {
        padding: 0 25px;
        text-align: center;
    }
    .testimonials__column p {
        padding: 10px 0 30px 0;
        font-size: 28px;
        letter-spacing: -0.01em;
    }
    .testimonials .slick-arrow {
        width: 34px;
        height: 38px;
        margin-top: -25px;
    }
    .testimonials .slick-next {
        right: -25px;
    }
    .testimonials .slick-prev {
        right: auto;
        left: -25px;
    }
    .testimonials .slick-arrow::before {
        font-size: 33px;
    }
}

@media (min-width: 1200px) {
    .testimonials {
        background: transparent;
    }
    .testimonials__wrap {
        padding: 80px 0;
        background: #F6F9FB;
    }
    .testimonials__column {
        padding: 0 0;
        text-align: center;
        max-width: 1010px;
        margin: 0 auto;
    }
    .testimonials__column p {
        padding: 10px 30px 30px 30px;
        font-size: 40px;
        line-height: 63px;
    }
    .testimonials .slick-next {
        right: 35px;
    }
    .testimonials .slick-prev {
        right: auto;
        left: 35px;
    }
}

@media (min-width: 1600px) {
    .testimonials__column {
        max-width: 1200px;
    }
    .testimonials .slick-next {
        right: 140px;
    }
    .testimonials .slick-prev {
        right: auto;
        left: 140px;
    }
    .testimonials .slick-arrow {
        width: 42px;
        height: 45px;
        margin-top: -30px;
    }
    .testimonials .slick-arrow::before {
        font-size: 38px;
    }
}