/* Remove backgrounds from about page sections */
.about-page__testimonial,
.team-two {
    background-image: none !important;
    background-color: #fff !important;
}

/* Restore original image colours sitewide */
img {
    mix-blend-mode: normal !important;
}
