@charset "utf-8";
@media screen and (max-width:480px) {
	.news{
	text-align: left;
	font-size: 100%;
	font-weight: 400;
	color:#FFFFFF;
	font-family: serif;
	line-height: bold;
	background-color: rgba(46,46,46,0.8);
	width: 60%;
	height: 50%;
	padding: 20px; 
	margin-top: 20px;
	}
	p{
	width: 100%;
	
	}
}

@media screen and (min-width:481px) {
.news{
	text-align: left;
	font-size: 110%;
	font-weight: 400;
	color:#FFFFFF;
	font-family: serif;
	line-height: bold;
	background-color: rgba(46,46,46,0.8);
	width: 60%;
	height: 50%;
	padding: 20px; 
	margin-top: 20px;
}
}