.shoplic-step {
    display: flex;
    justify-content: center;
    margin: 2em auto;
}

.shoplic-step > * + * {
    margin-left: 2em;
}

.shoplic-step .step {
    padding: 2em 0;
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 30%;
    border-radius: 5px;
}

.shoplic-step .step .number {
    font-size: x-large;
}
.shoplic-step .step .label {
    margin-top: 0.75em;
    font-size: large;
}

.shoplic-step .active {
    background-color: #eee;
}

@media only screen and (min-width: 1024px) {
    .shoplic-step {
        width: 50%;
    }
}