/**
 * Adjusted version of clearfix.module.css
 */
.clearfix {
  overflow: auto;
}
.clearfix:after {
  display: table;
  clear: both;
}
