.view-testimonials .views-field-body {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 20px 0px;
}

.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;
}

.view-testimonials-page .views-field-body {
    padding: 55px 50px 40px;
    background-color: #4f9ddf;
    margin-bottom: 40px;
    border-radius: 3px;
    position: relative;
    color: #ffffff;
    font-family: roboto condensed;
    font-size: 16px;
}

.view-testimonials-page .views-row {
    margin: 0 0 35px 0;
}

.view-testimonials-page .views-field-body p:first-child::before {
    color: rgba(80, 80, 80, 0.5);
}

.view-testimonials-page .views-field-body p:first-child::before {
    position: absolute;
    content: "“";
    left: -40px;
    top: -45px;
    font-size: 130px;
    line-height: 1;
    color: rgb(236, 239, 243);
    letter-spacing: -0.25em;
    z-index: -1;
}

.view-testimonials-page .views-field-body p:first-child::before {
    color: rgba(255, 255, 255, 0.5) !important;
    z-index: 2 !important;
    left: 10px !important;
    top: 0px !important;
    font-style: italic !important;
    font-family: gruppo;
}

.view-testimonials-page .views-field-body:after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 45px 0 4px;
    border-color: #4f9ddf transparent transparent;
}

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

.view-testimonials-page .views-field-title {
    font-size: 12px;
}

.view-testimonials-page .views-field-field-mt-subtitle {
    font-size: 13px;
}