

h1 {
	text-transform: uppercase;	
	text-align: center;
	margin: 40px auto 20px auto;
	font-size:25px;		
	color: #2c2f32;
}


.pm {
	display: block;	
	margin: 30px auto;
	text-align: center;
		
}



.pm img {
	width: 300px;
	margin:	20px 0;
	
	
} 

.pm .desk {
	display: none;
}



.nan {
	margin: 20px auto;
	text-align: left;
	width: 300px;
	
}

.nan h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

.nan p {
	text-align: justify;
}
.nan p span {
	text-transform: uppercase;
	font-weight: bold;		
	
}





@media only screen and (min-width:760px) {	
	

	

	h1 {
		font-size: 30px;
		width: 50%;
	}


	.pm {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		margin: 30px 20px;
			
	}
	
	
	.pm img {
		width: 500px;
		margin: 20px;
	} 

	.pm .mobile {
		display: none;
	}

	.pm .desk {
		display: inherit;
	}
	
	.nan {
		width: 450px;
	}


	
	
	
	
	
}