.pageContent{
	text-align: center;
}

.productContent{
	width: 100%;
}

.flex{
	display: flex;
}

.left-product{
	margin-top: 15px;
	text-align: center;
	background: #f1f1f2;
}

.left-browser{
	margin-right: 5px;
	width: 50%;
}

.productImg{
	display: flex;
	margin: 0 auto;
	width: 389px;
}

.right-product{
	margin-top: 15px;
	text-align: center;
	background: #f1f1f2;
}

.right-browser{
	margin-left: 5px;
	width: 50%;
}

.right-phone{
	margin-top: 15px;
	width: 100%;
}

