.section-sub-titles{
	font-size: 2em;
	font-weight: 500;
	color: #0096d6;
	line-height: 2.5em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.section-sub-titles{
		line-height: unset;
		font-size: 1.5em;
	}

}
@media screen and (min-width: 768px) and (max-width: 1120px) {
	.section-sub-titles{
		line-height: unset;
		font-size: 1.5em;
	}

}