.flex-wrapper {
	height: auto;
	text-align: center;
	padding-top: 30px;
	//background-color: pink;
}
.flex-offers {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}