.testimonial {
    background-image:url(../img/backgrounds/background_hero.png);
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}

.testimonial h5,
.testimonial p {
    color:#fff;
}

.testimonial h5 {
    text-transform: uppercase;
}

.testimonial p {
    font-family: "adobe-caslon-pro", serif;
    font-size: 2rem;
    line-height: 1.5;
}

.testimonial .testimonial__single {
    text-align: center;
}

.testimonial .testimonial__single__hr hr {
    margin: auto;
    border-bottom: 0.1rem solid #d5aa53;
    width: 30px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media(min-width:992px) {
    .testimonial p {
        font-size: 2.4rem;
        line-height: 1.4166666666666667;
    }
}