/* LOCAL OVERRIDES */

@media only screen and (max-width: 405px) {
	#college-students-suresh-hero-suresh-1 {
		padding-top: 14px;
	}
}

/* breaking points */
.xs-show {
	display: none;
}

@media only screen and (max-width: 374px) {
	.xs-show {
		display: block;
	}
}
