@charset "utf-8";
.cent-x{
    padding: 2em 0 0 0;
}
.cent-x ul{
    list-style: none;
    padding: 0;
    /*border: 1px solid blue;*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}