%clearfix{
    &::after{
        content: ' ';
        display: block;
        clear: both;
    }
}
%list-reset{
    list-style: none;
    padding: 0;
    li{
        padding: 0px;
    }
}