.wp-block-group.step .number {
    background: white;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

/*Background Variation*/
.has-background .wp-block-group.step .number {
    width: auto;
    height: auto;
    background: none;
    color: var(--wp--preset--color--secondary);
    font-size: var(--wp--preset--font-size--huge) !important;
    margin-bottom: 0px;
}

.has-background .wp-block-group.step p {
    margin-top: var(--wp--preset--spacing--small);
}