.company-carousel{align-items:flex-start;display:flex;flex-direction:column;gap:32px}.company-carousel__slider{display:flex;flex-direction:row;flex-wrap:nowrap;gap:32px;overflow:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%}.company-carousel__image{flex:0 0 auto;object-fit:cover;scroll-snap-align:start}.company-carousel__image--horizontal{height:240px;width:360px}.company-carousel__image--square{height:280px;width:420px}.company-carousel__image--vertical{height:360px;width:240px}.company-carousel__controls{align-items:center;display:none;flex-direction:row;gap:32px;justify-content:flex-start}.company-carousel__button{cursor:pointer}@media (min-width:1024px){.company-carousel__controls{display:flex}.company-carousel__image--horizontal{height:560px;width:840px}.company-carousel__image--square{height:480px;width:720px}.company-carousel__image--vertical{height:720px;width:480px}}