.tc-874c76d1-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .tc-874c76d1-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .tc-874c76d1-wrapper {
        grid-template-columns: 1fr;
    }
}

.tc-874c76d1-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tc-874c76d1-year {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    line-height: 1;
}

.tc-874c76d1-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    word-break: break-word;
}

.tc-874c76d1-card a {
    transition: color 0.3s ease;
}

.tc-874c76d1-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.tc-874c76d1-desc {
    margin: 0;
    flex-grow: 1;
}

.tc-874c76d1-desc p:last-child {
    margin-bottom: 0;
}