@charset "utf-8";
/* CSS Document */
h2.mlt-title {font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
				font-size: 38px;	        
				font-weight: 700;
				text-transform: uppercase; color: #FF0004;    line-height: 1.0772;}		
p.m-content {font-size: 21px; line-height: 21px;font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;}

	@media screen and (max-width: 768px) {		
		h2.mlt-title {font-size: 22px;line-height: 22px;}
		p.m-content {font-size: 16px; line-height:16px;}
		
	}