.carousel-container{display:grid;grid-auto-rows:1fr;grid-template-columns:100%;margin:0 auto;max-width:970px;width:100%}.carousel{display:grid;gap:25px;grid-template-columns:repeat(3,calc(33.33333% - 16.66667px));width:100%}.carousel-slide-desktop{align-items:center;display:grid;justify-items:center}.carousel-content{box-sizing:border-box;width:100%}#carousel-item{height:max-content}