.carousel__item{align-items:center;box-sizing:border-box;display:flex;max-width:100%}.carousel__item>div{flex:1}.carousel__img{width:100%}.carousel-large .carousel__item{gap:120px;width:100%}.carousel-medium .carousel__item{gap:60px;width:60%}.carousel-small .carousel__item{flex-direction:column;gap:30px;min-width:300px;width:30%}.carousel-bg .carousel__item{background:var(--color-background-card);border-radius:30px}.carousel-large.carousel-bg .carousel__item{padding:60px}.carousel-medium.carousel-bg .carousel__item{padding:40px}.carousel-small.carousel-bg .carousel__item{padding:30px}@media screen and (max-width:1000px){.carousel-large .carousel__item{gap:60px}.carousel-medium .carousel__item{flex-direction:column;gap:30px}.carousel-small .carousel__item{width:40%}.carousel-large.carousel-bg .carousel__item{padding:40px}.carousel-medium.carousel-bg .carousel__item{padding:30px}}@media screen and (max-width:600px){.carousel__item{border-radius:20px}.carousel-large .carousel__item{flex-direction:column;gap:30px}.carousel-large.carousel-bg .carousel__item{padding:30px}.carousel-medium .carousel__item,.carousel-small .carousel__item{width:100%}}