.catalog-section-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.catalog-section-list ul{
	list-style: none;
}