
.step-number {
    width: 5rem;             /* Adjust size as needed */
    height: 5rem;
    aspect-ratio: 1 / 1;     /* Makes it a perfect square */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;      /* optional */
}