.view-testimonials .views-field-body {
    font-size: 35px;
    font-weight: 300;
    line-height: 1.40;
    padding-bottom: 20px;
}

.view-testimonials .views-field-title {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.block-testimonials.more-link {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    letter-spacing: 0.5em;
}

.block-testimonials.more-link a:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 15;
    position: absolute;
    top: 28px;
    width: 30px;
    left: 53.7%;
    margin-left: -15px;
    line-height: 75px;
}

.block-testimonials.more-link a:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,0.05);
    top: 30px;
    left: 50%;
    margin-left: -35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.region--light-typography .block-testimonials.more-link a:hover:after {
    border-color: #ffffff;
}