  @media (max-width: 650px) {
.mfa-teaser {
    flex-flow: row wrap !important;
}
.left-splash {
    order: 1 !important;
    height: auto !important;
}
.left-splash img {
    height: 75px !important;
}
.phone-icon {
    order: 2 !important;
    height: auto !important;
}
.phone-icon img {
    height: 100px !important;
}
.right-splash {
    order: 3 !important;
    height: auto !important;
}
.right-splash img {
    height: 75px !important;
}
.teaser-text {
    order: 4 !important;
    width: 100% !important;
}
}