<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Testimonial */
.sugarbowl{
    display: none;
}
.testimonial-quote {
    max-width: 960px;
    margin: 0 auto;
}
.testimonial-description {
    position:relative;
    padding:15px;
    margin:1em 0 0;
    border-radius:12px;
        border: 1px solid #F0F0F1;
    background:#F0F0F1;
    background:linear-gradient(#fff, #E3E3E4);
    color: #000;
        line-height: 150%;
}
.testimonial-description:after{
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:50px; /* controls horizontal position */
    border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
    border-style:solid;
    display:block;
    width:0;
        border-color:#E3E3E4 transparent;
    }
.by-who {
    margin: 0 0 0 90px;
    padding: 9px 12px 20px;
    font-size: 1.2em;
    font-weight: bold;
}
.testimonial p{
    margin: 0;
    padding: 3px 0 6px;
}
.testimonial-form label{
    font-weight: bold;
}
.testimonial-form legend.h3,
.testimonial-form p {
    text-align: center;
}
.testimonial-form p {
    padding-bottom: 2rem;
}</pre></body></html>