.advatage {
	color: #fff;
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advatage h2,
.advatage p {
	color: #fff;
}
.advatage p {
	max-width: 90%;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.package {
	background: #fff;
	padding: 10px 20px;
	box-shadow: 0px -2px 18px 5px rgba(0, 0, 0, 0.13);
	margin: 60px auto;
	border-radius: 10px;
}
.package-title h3 {
	font-size: 36px;
	color: #333;
	line-height: 2;
	margin-bottom: 15px;
	margin-top: 30px;
}
.package-title p {
	font-size: 16px;
	line-height: 1.7;
}

.package-title {
	margin-bottom: 30px;
}
