ul.h-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;

    list-style: none;
    padding: 0;
}