.utile-page {
    padding: 30px 0
}

.utile-page ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.utile-page ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.utile-page ul li a {
    color: #172440;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 30px;
}

.utile-page ul li:hover a {
    color: #E60026;
    padding-left: 40px;
    transition: .5s all;
    text-decoration: none;
}
