.clearfix {
    clear: both;
}

.clearfix::after {
    content: '';
    clear: both;
    display: table;
}