@mixin clear-after() {
	&::after {
		clear: both;
		content: '';
		display: table;
		width: 100%;
	}
}
