@media (max-width: 600px){
	.section-header img,
	.section-header i{
		display: none;
	}
	.section-header span,
	.section-header h1,
	.section-header h2,
	.section-header h3{
		padding-left: 10px;
		font-size: 20px;
	}
}
@media (max-width: 460px){
	.section-header span,
	.section-header h1,
	.section-header h2,
	.section-header h3{
		font-size: 16px;
	}
}
@media (max-width: 380px){
	.section-header span,
	.section-header h1,
	.section-header h2,
	.section-header h3{
		font-size: 12px;
	}
}