.marks-list-car-section{
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 50px 0;
}
.marks-list-car-section a.mark{
    width: auto;
    color: black;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    margin: 10px 40px;
}