@font-face {
    font-family: 'quincy_cfmedium';
src: url('quincycf-medium-webfont.woff2') format('woff2'),
url('quincycf-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

h1.checkout-content-title {
    font-family:'Poppins';
    color:#F59156;
    text-align:center;
    background-image:url(divider-mint.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:10px;
}

div.checkout-content-body h5 {
    font-family:'Poppins';
    color:#313131;
}

p.checkout-testimonials-quote {
    background-image:url(bk-grey.png);
    background-size:auto auto;
    background-repeat:repeat;
}
h4.checkout-testimonials-title {
   font-family: 'quincy_cfmedium';
     text-align:center;
    background-image:url(divider-peach-sm.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:10px;
    font-weight:normal;
    font-size:20px;
}
p.checkout-testimonials-author {
    color:#313131;
    font-weight:600;
    text-shadow:0.03em 0.03em #F59156;
}