.support ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.support {
    margin-top: 20px;
}

.support ul li a img {
    width: 253px;
    height: 47px;
}

.support ul li:last-child a img {
    width: 224px;
    height: 72px;
}

.support ul li {
    margin: 0 30px;
}

@media (max-width:600px){
    .support ul {
    display: block;
}

.support {
    margin-top: 0;
}

.support ul li {
    margin: 20px  0 0 0;
    text-align: center;
}

.support ul li a img {
    width: 215px;
    height: 40px;
}

.support ul li:last-child a img {
    width: 224px;
    height: 72px;
}
}