@media only screen and (max-width: 768px) {
  .away-title {
		font-size:34px; 
	}
	.away-title2 {
		display:none !important;
	}
}