/*reusable classes:*/
#one .product-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 15px;
	gap:16px;
}

#one .product-flex .item {
	width: 560px;
	height: 335px;
	background: #f0f3f8 0% 0% no-repeat padding-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#one .product-flex .item h2{
	color:black;
	font-size: 22px;
	font-weight: bold;
}

#one .product-flex .item img{
width: 150px;
height: auto;
margin-bottom: 10px
}
