.my_taxonomy_list {
    display: flex;
    flex-direction: row;
    gap: 16px 32px;
    flex-wrap: wrap;
}
