.wbox-testimonial {
    position: relative;
}

.wbox-testimonial .chevron {
    font-size: 5rem;
    line-height: 3rem;
    color: #ccc;
}
.wbox-testimonial .chevron-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.wbox-testimonial .chevron-right {
    position: absolute;
    right: 0;
    bottom: 1rem;
    z-index: 0;
}

.wbox-testimonial-text {
    font-size: 1.5rem;
    color: #e52b2d;
    position: relative;
    padding-left: 4rem;
    padding-right: 4rem;
}

.wbox-testimonial-person {
    font-size: 1.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.wbox-testimonial-person h3,
.wbox-testimonial-person h4
{
    font-weight: 500;
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    .wbox-testimonial .chevron {
        font-size: 8rem;

    }
    .wbox-testimonial .chevron-left {
        left: -1rem;
    }
    .wbox-testimonial-text {
        font-size: 2.5rem;
    }

    .wbox-testimonial-person h3,
    .wbox-testimonial-person h4
    {
        font-size: 1.85rem;
    }
}