.main 
{
	width: 80%;
	margin: 50px auto;
	padding: 10px;
	border-width: 5px;
	border-style: solid;
	border-color: lightcoral;
	border-radius: 8px;
}

.content {
	width: 22%;
	margin: 50px 10px;
	padding: 30px 20px;
	display: inline-block;
	height: auto;
}


.button {
	background-color: #A3BBF3;
	border: none;
	border-radius: 8px;
	font-color: white;
	padding: 15px 32px;
	margin: 45px 20px;
	text-align: center;
	diplay: inline-block;
	font-size: 20px;
	cursor: pointer;
	height: auto;
	width: auto;
}

.review {
	width: 120px;
	height: 25px;
	margin-right: 600px;
	margin-top: -50px;
}

.content {
	margin-top:20px;
	line-height: 10px;
}



h3 {
	font-size: 70px;
	text-align: center;
}

h4 {
	font-size: 30px;
	text-align: left;
}

p  {
	font-size: 13px;
	text-align: left;
	margin-left: 10px;
	font-weight: 600;
}

p {
	font-size: 13px;
	text-align: left;
	margin-left: 10px;
	font-weight: 600;
	line-height: 15px;
}

.promo {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	height: auto;
}

.item {
	width: 100%;
	height: 500px;
}

.left {
	width: 45%;
	float: left;
}

.right {
	width: 45%;
	float: right;
}
