.project-features {
	background-color: var(--project-features-bg-color);
	margin-top: 0;
	z-index: 1;
}

.project-features-title {
	position: relative;
	font-size: 10vw;
}

/*=====================================
=            Media Queries            =
=====================================*/

	@media (min-width:768px) {
		.project-features-title {
			font-size: 5vw;
			left: -2%;
		}
	}

	@media (min-width:1500px) {
		.project-features-title {
			font-size: 80px;
			left: -5%;
		}
	}