.content-mixed .testimonial-col .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 .cta_button {
    margin-top: 30px;
}
.content-mixed .cta-cards .card-padding a.button.arrow {
    background-color: var(--dark-blueberry);
    border-color: var(--dark-blueberry);
    margin: 0;
}
.content-mixed .cta-cards .card-padding a.button.arrow:hover {
    opacity: 0.8;
}
.content-mixed .cta-cards .card-padding .image-16by9 > img {
    object-fit: contain;
    object-position: left;
}
.content-mixed .cta-cards .card-padding .image-16by9 {
    padding-bottom: 15%;
    margin-bottom: 10px;
}
.content-mixed .cta-cards .card-padding > div {
    height: 100%;
}