.step-badge {
    margin-bottom: 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 500px;
    background: var(--accent-1);
    color: var(--accent-1-btn-text);
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 10px;
}
