.brandlist a{display:flex; align-items:center; justify-content:center; height:120px; border:2px solid #fff; border-radius:20px; padding:20px}
.brandlist a img{display:block; width:auto;height:auto; max-height:100px}
@media(max-width: 640px) {
    .partner-flex {
        flex-wrap: wrap;
    }
    .partner-flex > div {
        max-width: 200px;
        margin-bottom: 40px;
    }
}