#testimonials ul {
    margin: 0 0 13rem;
    padding: 2rem 13rem;
    background: white;
    border-radius: 15rem 0 15rem 0;
}

#testimonials ul li {
    padding: 8rem 0;
    border-bottom: 1px solid #219EBC89;
}

#testimonials ul li:last-child { border-bottom: 0 }

#testimonials ul li h4,
#testimonials ul li h5 {
    color: #0D4A69;

    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    font-family: 'Sofia Pro';

    border-left: 5px solid #219EBC;
    padding-left: 2.3rem;
}

#testimonials ul li h5 {
    font-style: italic;
    font-weight: 400;
}

#testimonials ul li img {
    width: 16%;
    margin: 0 6rem 0 0;
    max-height: 10rem;
}

#testimonials ul li .text-editor {
    margin-bottom: 4.8rem;
}

#testimonials ul li.fixed {
    order: -1000;
}

@media (max-width: 992px) {
    #testimonials ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    #testimonials ul li {
        flex-wrap: wrap;
    }

    #testimonials ul li img {
        width: 20rem;
        margin: 0 0 3rem;
        max-height: 10rem;
    }

    #testimonials ul li > div {
        width: 100%;
    }
}
