@charset "UTF-8";

#news {
	margin-top: 120px;
}

#news h3 {
	font-size: 26px;
	margin: 0 0 6% 0;
}

#news .day {
	margin-bottom:6%;
	font-size: 16px;
}

#news .text {
	margin-bottom:6%;
	font-size: 16px;
}

#news li {
	width: 32%;
}

@media screen and (min-width:320px) and ( max-width:767px) { 

	#news {
		margin-top: 60px;
	}

	#news h3 {
		font-size: 5vw;
		margin: 0 0 60px 0;
	}
	
	#news .day {
		margin-bottom:40px;
	}
	
	#news .text {
		text-align: left;
		margin-bottom:40px;
	}
	
	#news ul {
		width: 80%;
		margin: 0 auto 80px;
	}

	#news li {
		width: 100%;
		margin-bottom: 20px;
	}

















}

@media screen and (min-width:768px) and ( max-width:1120px) {
}