@media only screen and (max-width: 600px) {
	.news-card-header-wrapper {
		flex-direction: column;
	}
	
	.news-card-img, .news-card a:has(img) {
	margin-right: 0 !important;
		margin-bottom: 8px;
	}
	
	.news-card h4, .news-card h5 {
		text-align: center;
	}
	
	.news-card-header-wrapper {
	align-items: center;
	justify-content: center;
}
	
	
}

.news-card-header-wrapper {
	display:flex; 
	margin-bottom: 8px;
}

.news-card-stack-wrapper {
	display: flex; 
	flex-direction: column; 
	text-align: left; 
	justify-content: center;
}

.new-card-stack-wrapper, .news-card-stack-wrapper * {
	text-wrap: wrap;
}

.news-card {
	background-color: white;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	color: black;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.09);
	margin: 2%;
	padding: 16px;
}

.news-card-img, .news-card a:has(img) {
	margin-right: 16px;
}

.news-card-img {
	width:150px !important; 
	height:100px !important;  
	border-radius: 10px !important; 
	border: 1.5px solid lightgray; 
	display: inline-block;
	object-fit: cover;
}

.news-card p {
	text-align: left;
	margin-bottom: 0;
}

.news-card h4 {
	font-weight:bold;
	font-size:20px;
	color: black;
	margin: 0;
}

.news-card h5 {
	font-size:14px;
	text-transform: uppercase;
	color:#0e5186;
	margin: 0 0 8px 0;
}

.news-card-content {
	padding: 0 20px;
}