@charset "UTF-8";

/**********************************************************************/
/******************************* Text ********************************/
/**********************************************************************/

#news
{
	width: 100%;
	max-width: calc(1020px + 4rem);
	margin: 0rem auto;
	padding: 2rem 2rem 2rem 4rem;
}

#news h2
{
	font-size: clamp(1rem, 2vw, 1.1rem);
	font-family: "R-M", "GG-M", sans-serif;
	font-weight: 550;
	margin-bottom: 2rem;
}

#news .date
{
	font-size: .8em;
	margin-bottom: .5rem;
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 600px), (max-height: 600px)
{
	#news
	{
		padding: 0rem 2rem 2rem 2rem;
	}
}