/*------------------------------------*\
    LOCAL SCREENS
\*------------------------------------*/



/*------------------------------------*\
    END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/
@media only screen and (max-width: 734px) {
	.section-features .quote-copy {
		margin-left: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.section-features .section-feature3 .image-wrapper {
		transform: scale(0.8);
		transform-origin: top center;
	}
}

.section-features .section-feature3 .image-wrapper img {
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.section-features .section-feature3 .typography-intro {
	padding-bottom: 70px;
}

@media only screen and (max-width: 1068px) {
	.section-features .section-feature3 .typography-intro {
		padding-bottom: 75px;
	}
}

@media only screen and (max-width: 734px) {
	.section-features .section-feature3 .typography-intro {
		padding-bottom: 40px;
	}
}

/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
