/* styles Desktop 1220 px
======================== */
#content.frontend {
	display:grid;
	max-width:100%;
	overflow:visible;
	grid: "topnews topnews" min-content
		  "news1 news2" min-content
	      / 272px 272px;
	grid-gap:36px;
}
/* styles Mobile<1220 px
======================== */
@media only screen and (max-width:1220px) {
#content.frontend {
	display:block;
	padding:24px;
}
#content #topnews {
	padding-bottom:16px!important;
    margin-bottom:16px!important;
    border-bottom:1px solid #959595!important;
}