h1 {
	color: #fff;
	font-weight: bold;
	font-size: 60px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);

	&.about-h {
		margin-bottom: 30px;
	}
}

h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px;
	color: $black;

	&.start {
		font-size: 50px;
		margin-top: 40px;
		margin-bottom: 60px;
	}

	&.color-h {
		color: #fff;
	}
}

h4 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	color: $black;

	&.package-h {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	&.h4-about {
		margin: 30px 0;
	}
}

.color-span {
	span {
		color: #ff6600;
	}
}