﻿div.testimonials {
    background-color: #673ab7;
    text-align: center;
}

div.testimonials .container {
    max-width: 1074px;
}

div.testimonials .quote {
   background-image: url('/lib/img/quote.png'); 
   background-repeat: no-repeat;
   background-position: center;
   height: 56px;
   margin-bottom: 14px;
}

div.testimonials .or-slider h5 {
    font-weight: 200;
    font-size: 2.25rem;
    color: #d1c4e9;
    line-height: 1.25;
    margin-bottom: 18px;
}

div.testimonials .or-slider h6 {
    color: #d1c4e9;
    margin-top: 20px;
}

div.testimonials .more {
    display: none;
    background-image: url('/lib/img/more.png'); 
    background-repeat: no-repeat;
    background-position: center;
    width: 56px;
    height: 27px;
    margin: 0 auto;
}

/* This is the small break point */
@media only screen and (max-width : 600px) {

    div.testimonials .or-slider h5 {
        font-size: 1.25rem;
    }

}