.testimonial-section {
    background-color: #203299;
}

.testimonial-section .flex-container {
    margin: 0 auto;
    padding: 50px;
}

.testimonial-section .heading-display-h3 {
    font-size: 2.25em;
    line-height: 1.25em;
    color: #ffffff;
}

.testimonial-section p {
    font-size: 1.25em;
    line-height: 1.6em;
}

.testimonial-section blockquote {
    border-left: 3px solid #ff8e00;
}

.testimonial-section blockquote .heading-display-h4 {
    font-size: 1em;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight:500;
}

.testimonial-section blockquote p {
    font-size: 0.8em;
    line-height: 1.5em;
}

.testimonial-section .image img {
    object-fit: cover;
}

.testimonial-section .testimonial-quote-icon img {
    padding: 15px 0px;
}

.testimonial-section .testimonial-quote {
    align-self: center;
    padding-top: 15px;
}

.testimonial-section-right-image h3 {
    line-height: 1.25em;
    color: #ffffff;
}

.testimonial-section a {
    color: white;
}

.testimonial-section a:hover,
.testimonial-section a:hover + span {
    color: #ff8e00;
}
