.cd-gallery{padding:48px 0;background:#fff;overflow:hidden}
.cd-gallery__header{text-align:center;margin-bottom:24px;padding:0 24px}
.cd-gallery__cta{font-size:15px;color:#64748b;margin:0 0 4px;letter-spacing:.3px}
.cd-gallery__handle{font-family:'Poppins',sans-serif;font-size:28px;font-weight:800;color:#1f2e4a;margin:0;letter-spacing:-.3px}

.cd-gallery__track-wrap{overflow:hidden;width:100%}
.cd-gallery__track{display:flex;gap:10px;will-change:transform}
.cd-gallery__item{min-width:180px;max-width:180px;flex-shrink:0}
.cd-gallery__item img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:12px;display:block}
.cd-gallery__placeholder{width:100%;aspect-ratio:4/5;border-radius:12px;background:linear-gradient(135deg,#1f2e4a,#445b77);display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Poppins',sans-serif;font-size:20px;font-weight:700}

@media(max-width:768px){
  .cd-gallery{padding:32px 0}
  .cd-gallery__handle{font-size:22px}
  .cd-gallery__cta{font-size:13px}
  .cd-gallery__item{min-width:140px;max-width:140px}
}