#iconList2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: 1rem;
}
.icon-item {
    flex: 2 30px;
}

.card {
    /* border: none; */
    position: relative;
    pad: 1rem;
}

.card-title {
    position: relative;
    font-weight: bold;
    margin: 0;
}

.icon-container{
    max-width: 4rem;
    max-height: 4rem;
    margin: 0 auto;
}

