

/* Start:/local/templates/9310802/components/bitrix/news.list/reviews-table/style.css?1770726588266*/
.reviews-list {
	margin: 100px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 4 колонки равной ширины */
	gap: 30px;
}

.review-item {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* End */
/* /local/templates/9310802/components/bitrix/news.list/reviews-table/style.css?1770726588266 */
