/* Testimonial */
.sugarbowl{
    display: none;
}
#system_body {
    padding-top: 2rem;
}
.content_body {
    padding: 1rem 0;
}
.entire-width-yes .content_body {
    max-width: 100%;
    padding: 0;
}
.testimonial-quote {
    position: relative;
    box-sizing: border-box;
    border-top: 75px solid #1456ca;
}
.testimonial-quote:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none!important;
    bottom: auto;
    left: auto;
    background-image: url('/icons/fa-solid/quote-left/fff');
    left: calc(50% - 20px);
    top: -57px;
}
.testimonial-description {
    position:relative;
    padding: 0;
}
.by-who {
    font-size: 20px;
    font-weight: 700;
}
.by-who cite {
    font-style: normal;
}
.testimonial-form legend.h3,
.testimonial-form p {
    text-align: center;
}
.testimonial-form p {
    padding-bottom: 2rem;
}
.standard-form textarea,
.standard-form input,
.standard-form input[type=text],
.standard-form .form-submit .form-btn {
    border-radius: 0;
}
@media screen and (min-width: 768px) {
    .testimonial-description p,
    .testimonial-description div p,
    .by-who {
        font-size: 20px;
    }
    .testimonial-quote {
        border-top: none;
        border-left: 90px solid #1456ca;
    }
    .testimonial-quote:before {
        height: 54px;
        width: 54px;
        top: calc(50% - 27px);
        left: -72px;
    }
    .testimonial-description {
        padding: 1rem;
    }
}
