@media only screen and (min-width: 768px) {
	.grid__wrapper {max-height: 39rem}
	.grid__wrapper .home-grid__forum {
		overflow-y: auto;
		scrollbar-color: #0c4da2 #e7eef6;
		height: 622px;
	}
	/** Mozilla Firefox */
	@-moz-document url-prefix() {
		.grid__wrapper .home-grid__forum {height: 100%}
	}
	.home-grid__forum .news__item {
		display: flex;
	}
}
@media only screen and (min-width: 1024px) {
	.grid__wrapper {grid-template-rows: repeat(3, auto);}
	.grid__wrapper .home-grid__forum {grid-row: 1/6}
}