.storage-page .storage-steps>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.storage-page .icon-circle {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.storage-page .storage-steps small {
    display: block;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2;
}