
.ld-logo-grid{
  display:flex;flex-wrap:wrap;gap:14px 16px;
  justify-content:center;align-items:center;
  margin:22px auto 0;max-width:980px;
}
.ld-logo-item{
  display:flex;align-items:center;justify-content:center;
  width:152px;height:84px;padding:14px 16px;
  background:#fff;border:1px solid #e7e4dd;border-radius:12px;
  box-sizing:border-box;
}
.ld-logo-item img{
  max-width:118px;max-height:48px;width:auto;height:auto;
  object-fit:contain;display:block;
}
.section-head .ld-logo-grid{margin-top:20px}
.section-head{text-align:center}
.section-head p{margin-left:auto;margin-right:auto;max-width:720px}
