.collection-container .collection-content {
    column-gap: 1rem;
    row-gap: 2rem;
}

.collection-container .block {
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
}

.collection-container .collection-content .block {
    width: calc(33.33% - 0.67rem);
    gap: 1rem;
    flex: unset;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 550px) {
    .collection-container .collection-content .block {
        width: calc(50% - 0.5rem);
    }
}

.collection-container .collection-content .block img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-container .collection-content .block.locked img {
    opacity: var(--BadgeOpacityCollection);
}

.collection-container .collection-content .block h2 {
    margin: 0px;
    font-size: 1.25rem;
    text-align: center;
}

.collection-container .column a {
    color: var(--ColorText);
}
