.page-testimonials blockquote {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 300;
    font-style: italic;
}

.page-testimonials hr {
    display: none;
}

.page-testimonials blockquote:before {
    font-size: 1em;
}

.page-testimonials .source {
    font-weight: 400;
}

.page-testimonials .page-item:nth-of-type(odd) {
    padding-right: 10%;
    text-align: left;
}

.page-testimonials .page-item:nth-of-type(odd) .source {
    padding-left: 10%;
}

.page-testimonials .page-item:nth-of-type(even) {
    padding-left: 10%;
    text-align: right;
}

.page-testimonials .page-item:nth-of-type(even) .source {
    padding-right: 10%;
}

@media screen and (max-width:480px) {
    .page-testimonials .page-item,
    .page-testimonials .page-item .source {
        text-align: center!important;
        padding: 0!important;
    }
    .page-testimonials blockquote {
        font-size: 1.2em;
        font-weight: 400;
    }
}