.content-mixed .testimonial-col .global-white_background {
    padding: 15px;
    border-radius: var(--global-border-radius);
    width: fit-content;
}
.content-mixed .testimonial-col .testimonial-image {
    width: 60px;
    height: 60px;
}
.content-mixed .content-col div.large p:last-of-type {
    margin-bottom: 0px;
}
.content-mixed .cta-cards {
    margin: -10px;
}
.content-mixed .cta-cards .card-padding {
    padding: 10px;
}
.content-mixed .cta-cards .card-padding .image-16by9 {
    padding-bottom: 30%;
}
.content-mixed .cta-cards .card-padding .image-16by9 img {
    object-fit: contain;
}
.content-mixed .cta-cards .card-padding a.button.arrow {
    background-color: var(--brand-dark-purple);
    border-color: var(--brand-dark-purple);
    margin: 0;
    margin-top: 30px;
}
.content-mixed .cta-cards .card-padding a.button.arrow:hover {
    opacity: 0.8;
}