
.product-item {
	display: flex;

	box-sizing: border-box;
	padding: 25px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}
@media screen and (max-width: 900px) {
.product-item {
    	flex-wrap: wrap;
  }
}
.product-item h3 {margin-top: 0px;}
.people-txt
{
	float: right;

}
.people-img
{
	margin: 0 25px 25px 0;
	max-width: 350px;
}
