.list-paddingleft-2 li{ float:left;clear: both;}
.list-paddingleft-2{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    clear: both;}