section.testimonials {
    background: #f38a00;
    padding-top: 90px;
    padding-bottom: 85px;
}

.testimonialBox {
    border: 1px solid white;
    max-width: 837px;
    margin: 0 auto;
    padding: 60px;
    position: relative;
    /*overflow: auto;*/
}

.testimonialBox h1 {
    font-family: "Vollkorn", serif;
    letter-spacing: 0rem;
    line-height: 42px;
    line-height: 4.2rem;
    font-size: 40px;
    font-size: 4rem;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    margin: 0px 0;
    color: white;
}

.testimonialBox p {
    font-size: 18px;
    color: white;
    line-height: 1.7;
    margin-top: 5px;
    font-family: "OpenSans-Light";
    font-weight:300;
}

.quoteIcon {
    float: left;
    margin-right: 25px;
}

.testimonialBox .slick-prev {
    position: absolute;
    left: -60px;
    background: transparent;
    color: transparent;
    border: 0px;
    outline: none;
    transform: translate(0%, -50%);
    top: 50%;
}

.testimonialBox .slick-prev:before {
    content: "«";
    color: white;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.testimonialBox .slick-next {
    right: -60px;
    background: transparent;
    color: transparent;
    position: absolute;
    border: 0px;
    outline: none;
    transform: translate(0%, -50%);
    top: 50%;
}

.testimonialBox .slick-next:before {
    content: "»";
    color: white;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    float: right;
}

@media (max-width: 985px) {
    .testimonialBox {
        max-width: 75%;
    }
}

@media (max-width: 540px) {
    .quoteIcon {
        display: block;
        float: none;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .testimonialBox{
    	padding:20px;
    }
    .testimonialBox .slick-prev {
        left: -40px;
    }
    .testimonialBox .slick-next {
        right: -40px;
    }
}
