.projects_subheading {
    font-size: 40px !important;
    line-height: 1.6 !important;
}

.project_number {
    font-size: 145px !important;
    font-style: italic !important;
}

.project_info {
    font-size: 30px !important;
}

.lets_talk {
    font-size: 90px !important;
}

@media only screen and (max-width: 1100px) {
    .lets_talk {
        font-size: 45px !important;
    }
	
	.project_info {
		font-size: 14px !important;
	}
	
	.project_number {
		font-size: 70px !important;
	}
	
}