.numeric-list ul li {
    list-style-type: none !important;
    position: relative;
    margin-left: 0;
    padding-left: 40px;
    font-weight: bold;
}

.numeric-list ul li strong {
    position: absolute;
    left: 0;
    background: var(--primary);
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.numeric-list ul li:nth-child(n+2) {
    margin-top: 11px;
}