#insertion>.row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

#insertion>.row>div {
    width: 25%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#insertion>.row>div>div {
    justify-content: center;
    align-items: center;
}

#insertion>.row>div .top {
    color: snow;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#insertion>.row>div .buttom {
    font-size: 14px;
}