<Container>
<h2 className="text-center m-4">текст</h2>
<CardDeck className="m-4">
<Card>
<Card.Img
variant="top"
src="img"
/>
<Card.Body>
<Card.Title>Card Title</Card.Title>
<Card.Text>
Some quick example text to build on the card title and make up
the bulk of the card's content.
</Card.Text>
<Button variant="primary">Go somewhere</Button>
</Card.Body>
</Card>
</CardDeck>
</Container>