.flex_offers { display:flex; flex-wrap:wrap; justify-content:space-around; align-items:stretch; padding-top:5rem; padding-bottom:5rem; }
.flex_offers .FormBlock { width:30%; }
.flex_offers .ico-elec, .flex_offers .ico-gaz { font-size:4rem; line-height:4rem; }
@media (max-width: 1050px) {
	.flex_offers { gap:2rem; }
	.flex_offers .FormBlock { width:90%; }
}
