section.news-list .inner {

}

.grid-sizer,
.grid-item {
	width: 43%;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.story-inner {
	display: flex;
	flex-direction: column;
	padding: 5px;
}

.story-inner .story-media {
	margin: -20px -20px 25px -20px;
}

.story-inner .story-media img {

}

.story-inner .story-media img {
	max-width: 100%;
	height: auto;
	transition: .3s;
}

.story-inner .story-media img:hover {
	opacity: .7;
}

.story-inner .story-fields {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}

.story-inner i {
	margin-right: 10px;
	color: var(--theme-color);
}

.story-inner .category a {
	background: #f0f0f0;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 9px;
	border-radius: 3px;
	margin-right: 10px;
}

.story-inner .category a:hover {
	color: #000;
	background: #d7d7d7;
}

time {
	color: #959595;
	font-size: 14px;
}

.story-inner .story-name a {
	font-weight: 700;
	text-decoration: none;
}

.story-text:first-letter {
	text-transform: uppercase;
}

.story-text br {
	display: none;
}

@media screen and (max-width: 1016px) {

	.grid-sizer,
	.grid-item {
		width: calc(50% - 44.5px);
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 15px;
	}

}


@media screen and (max-width: 800px) {

	.story-fields {
		flex-direction: column;
		gap: 20px;
	}

	.category i {
		display: none;
	}
}


@media screen and (max-width: 480px) {


	article.post-modern {
		margin-bottom: 15px;
	}

	.grid-sizer,
	.grid-item {
		width: calc(100% - 30px);
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}

}

