body {
    background-color: black;
}

.flex{
	display: flex;
	justify-content: space-between;
	padding: 5px;
	flex-wrap: wrap;
}

.inner{
	width: 100%;
	background-size: contain;
	border-radius: 5px;
	height: 300px;
	margin: 5px;
}

@media screen and (min-width: 600px){

.inner{
	width: 49%;
}

}

.content-img{
	height: 300px; 
	width: 100%; 
	object-fit: cover;
	border-radius: 5px;
}

.content-title{
	margin-top: -70px;
	backdrop-filter: blur(50px);
	padding: 5px;
	border-radius: 0px 0px 5px 5px;
	font-size: 150%;
	font-weight: bold;
}


.old-news {

	display: none;
} 

.latest {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	min-height: 50vh;
	padding: 5%;
	font-weight: bold;
}