.u-cf {
    clear: both !important;
}

.u-cf--after::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
}
