.gon-home-brands,.gon-home-brands *{box-sizing:border-box}
.gon-home-brands{
  padding:88px 24px 96px;
  color:#182119;
  background:#f4efe5;
  border-top:1px solid rgba(32,49,38,.14);
}
.gon-home-brands-inner{width:min(1200px,100%);margin:0 auto}
.gon-home-brands-heading{max-width:760px;margin:0 auto 42px;text-align:center}
.gon-home-brands-heading>span{
  display:block;
  margin-bottom:12px;
  color:#9a762f;
  font-family:'Outfit',Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.gon-home-brands-heading h2{
  margin:0;
  color:#0b0f0d;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(40px,5vw,62px);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.035em;
}
.gon-home-brands-heading h2 em{color:#9a762f;font-weight:400}
.gon-home-brands-heading p{
  max-width:650px;
  margin:22px auto 0;
  color:#626b64;
  font-family:'Outfit',Arial,sans-serif;
  font-size:17px;
  line-height:1.65;
}
.gon-home-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.gon-home-brand-grid figure{
  min-width:0;
  margin:0;
  padding:18px 16px 15px;
  background:#fff;
  border:1px solid rgba(32,49,38,.14);
  box-shadow:0 14px 38px rgba(11,15,13,.07);
}
.gon-home-brand-grid figure>div{
  display:flex;
  align-items:center;
  justify-content:center;
  height:116px;
  padding:12px;
}
.gon-home-brand-grid img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:72px;
  object-fit:contain;
}
.gon-home-brand-grid figcaption{
  padding-top:13px;
  color:#2f4435;
  border-top:1px solid rgba(32,49,38,.12);
  font-family:'Outfit',Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
}
.gon-home-brand-experience{
  margin:26px 0 0;
  color:#2f4435;
  font-family:'Outfit',Arial,sans-serif;
  font-size:15px;
  line-height:1.65;
  text-align:center;
}
.gon-home-brand-note{
  max-width:850px;
  margin:12px auto 0;
  color:#7b827c;
  font-family:'Outfit',Arial,sans-serif;
  font-size:11px;
  line-height:1.55;
  text-align:center;
}
@media(max-width:900px){
  .gon-home-brands{padding:72px 20px 78px}
  .gon-home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gon-home-brand-grid figure:last-child{grid-column:1/-1;width:calc(50% - 8px);justify-self:center}
}
@media(max-width:520px){
  .gon-home-brands{padding:58px 16px 64px}
  .gon-home-brands-heading{margin-bottom:32px;text-align:left}
  .gon-home-brands-heading p{text-align:left}
  .gon-home-brand-grid{grid-template-columns:1fr;gap:12px}
  .gon-home-brand-grid figure:last-child{grid-column:auto;width:100%}
  .gon-home-brand-grid figure>div{height:105px}
  .gon-home-brand-experience,.gon-home-brand-note{text-align:left}
}
