D4

Подключил react-slick, настройки слайдера как в доке - centerMode.
сам слайд:
const TestSlide = ({ img, name, time, price, ...props }) => {
return (
<div className="test-slide" {...props}>
{/* ... */}
</div>
);
};
css:
.test-slide {
margin: auto;
width: 580px;
height: 564px;
padding: 60px;
position: relative;
background-color: black;
border-radius: 20px;