.mob { display: none !important; }
.desk { display: block !important; }
.telmt { margin-top: 55px !important; float: right !important; }
.toptitle { width: 80%; float: right; }


@media only screen and (max-width: 767px) {
	
	.mob { display: block !important; }
	.desk { display: none !important; }
	.tcenter { text-align: center !important; padding-bottom: 20px !important; }
	.telmt { margin-top: 0 !important; float: none !important; text-align: center !important; }
	.txtc { text-align: center !important; margin: 0 !important; }
	.toptitle { width: 100%; float: none; text-align: center !important; }
	
}