.reviews__container{
	display: grid;
	gap: 3em 4em;
	grid-template-columns: repeat(auto-fill, minmax(25em, 1fr));
	margin-top: 3rem;
}