.cust-community-press{overflow:hidden;padding:32px 24px;background:var(--press-bg)}
.cust-community-press__track{display:flex;width:100%;max-width:1080px;margin:0 auto;align-items:center;justify-content:space-between;gap:24px}
.cust-community-press__item{display:flex;flex:0 0 120px;align-items:center;justify-content:center}
.cust-community-press__item>a{display:flex;align-items:center;justify-content:center}
.cust-community-press__logo{display:block;width:120px;height:auto;max-height:35px;object-fit:contain}

@media(max-width:749px){
  .cust-community-press{padding:24px 0px}
  .cust-community-press__track{padding: 0 24px; scroll-padding-inline: 24px;justify-content:flex-start;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
  .cust-community-press__track::-webkit-scrollbar{display:none}
  .cust-community-press__item{flex-basis:80px;scroll-snap-align:start}
  .cust-community-press__logo{width:80px;max-height:23px}
}
