@media only screen and (max-width: 768px) {
	/* result page */
	.result-title {
		font-weight: bold !important;
	}
	.result-schedule h4 {
		font-size: 15px;
	}
	.result-subtitle, .desc-organized-by {
		font-size: 16px !important;
	}
	.result-contact .result-contact-title {
		font-size: 12px;
	}
}