.Footer-brandsContainer{max-width:1000px;margin:25px auto 0;background-color:#fff;border-radius:6px;margin-bottom:30px;padding:10px}
.Footer-brandsContainer .Title{color:#EE2D32;padding:20px 0;font-size:34px}
.Footer-brands{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;gap:20px}
.Footer-brand{width:18%}
.Footer-brandTitle{color:#EE2D32;text-align:center;margin-bottom:6px;font-weight:bold;font-size:12px}
.Footer-brandImage{display:flex;justify-content:center;align-items:center;height:80px}
.Footer-brandImage img{max-width:85%;max-height:85%}
.Footer-brand--spiegelau img,.Footer-brand--domaine-lafage img,.Footer-brand--wine-and-co img{max-width:70%}
.Footer-brand--vins-du-monde img,.partnersListItem--chateauneuf-du-pape img{max-height:100%}
@media (max-width:639px) {.Footer-brands{gap:10px}
.Footer-brand{width:48%}
}