.c-card-tag-description {
    display: flex;
    padding: calc(var(--vw) * 4) 0px;
    border-radius: calc(var(--vw) * 2);
}

.c-card-tag-description__item {
    border-right: 1px solid var(--gray-200);
    padding: 0px 8px;
    font-size: calc(var(--vw) * 11);
    font-weight: 700;
}

.c-card-tag-description__item:last-child {
    border-right: none;
}

.c-card__tags--center {
    justify-content: center;
    width: 100%;
}