#home-quotes {
    background-image: url(../img/geo-bg.png);
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.18);
    box-shadow:inset 0 0 10px 0 rgba(0,0,0,.18);
    padding-top: 30px;
    padding-bottom: 60px;
}

#home-quotes h2 {
    padding-bottom: 0;
    font-size: 2.4rem;
}

#home-quotes hr.clear-pretty {
    margin-bottom: 40px;
}

#home-quotes blockquote p {
    color: #333;
    text-align: center;
    font-size: 1.7rem;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
}

#home-quotes span.author {
    font-size: 1.2rem;
    color: #777;
    font-style: italic;
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    DINWebProCondBold, arial, serif;
}

#home-quotes .reviews-button {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

@media only screen and (max-width:722px) {
    #home-quotes {
        padding-left: 20px;
        padding-right: 20px;
    }

    #home-quotes h2 {
        font-size: 1.8rem;
    }

    #home-quotes blockquote p {
        font-size: 1.3rem;
    }

}