:root {
    --uc-green: #5e9732;
    --uc-navy-blue: #143157;
}

.testimonial-slider {
    background-color: rgba(20, 49, 87, 0.8);
    border: 3px solid var(--uc-navy-blue);
    box-shadow: 0 8px 50px 0 rgba(0, 83, 155, 0.1);
    border-radius: 30px;
    text-align: center;
    padding: 20px 55px 30px 55px;
    backdrop-filter: blur(3px);
}

.testimonial-slider blockquote {
    color: #fff;
    margin: 0;
    position: relative;
    font-style: italic;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 36px;
}

.testimonial-slider blockquote::before {
    content: "\201C";
    font-size: 120px;
    font-style: normal;
    line-height: 80px;
    color: var(--uc-green);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    display: block;
    height: 42px;
    margin-bottom: 14px;
}
