@charset "utf-8";
/* CSS Document */


.desktop{
	
	display: none
}
@media only screen and (min-width: 481px) {
	
	
	
	
}


@media only screen and (min-width: 769px) {
	
	.desktop-margin{
		
		margin-left: 22% !important;
		
	}
	
	.desktop-margin h5{
		font-size: 30px !important
		
	}
}