.benefits-main-wrap{
	background: #F6EEE8;
}
.benefits-main{
	/*display: flex;
	gap: 24px;*/
}
.benefits-main__item{
	width: 274px;
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
	gap: 15px;
	flex-shrink: 0;
}
.benefits-main__item-img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	width: 100%;
	height: 100px;
}
.benefits-main__item-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.benefits-main__item-name{
	color: #212529;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.benefits-main__item-text{
	color: #212529;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
