#wizard .steps > ul{
    display: flex !important;
    justify-content: space-around;
}

#wizard .steps > ul > li > a{
    text-align: center;
    padding-left: 15%;
}