.numbered-card-container{
    text-align: center;
    height: 100%;
    padding: 10px 10px;
    border-right: 1px solid var(--petals-gray-muted);
}
.numbered-card-container.last{
    border-right: none;
}
.numbered-card-container .number{
    background-color: var(--petals-black);
    color: var(--petals-white);
    font-weight: bolder;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.numbered-card-container .detail{}
