.tc-steps {
    background-color: var(--neutral-100);
    padding: 96px 0;
}

.tc-steps__title {
    margin-bottom: 56px !important;
}

.tc-step {
    text-align: center;
    padding: 0 16px;
}

.tc-step__num {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: var(--gradient-hero);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tc-step__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px !important;
}

.tc-step__text {
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-secondary);
    max-width: 260px;
    margin: 0 auto !important;
}

@media (max-width: 767.98px) {
    .tc-steps {
        padding: 64px 0;
    }
    .tc-steps__title {
        margin-bottom: 32px !important;
    }
    .tc-step {
        margin-bottom: 32px;
    }
}
