.home-news--shortcode .home-news-grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 0;
}

.home-news--shortcode .home-news-card {
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 16px #666;
	overflow: hidden;
}

@media (min-width: 768px) {
	.home-news--shortcode .home-news-card {
		width: calc(25% - 15px);
	}
}

.home-news--shortcode .home-news-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.home-news--shortcode .home-news-card__image {
	position: relative;
	max-height: 180px;
	border-bottom: 8px solid #BCD331;
	overflow: hidden;
	background-color: #e8edf1;
}

.home-news--shortcode .home-news-card__image img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.home-news--shortcode .home-news-card__placeholder {
	height: 180px;
	background-color: #e8edf1;
}

.home-news--shortcode .home-news-card__body {
	position: relative;
	min-height: 150px;
	padding: 16px 16px 48px;
	background-color: #fff;
}

.home-news--shortcode .home-news-card__title {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	font-weight: normal;
}

.home-news--shortcode .home-news-card__more {
	position: absolute;
	bottom: 10px;
	left: 16px;
	color: #015792;
	font-weight: bold;
	font-size: 14px;
}

.home-news--shortcode .home-news-card__more .vc_btn3-icon {
	margin-left: 8px;
	color: #BCD331;
}

body.home .home-news--shortcode .home-news-card__image,
body.home .home-news--shortcode .home-news-card__image img,
body.home .home-news--shortcode .home-news-card__placeholder {
	max-height: 280px;
	height: 280px;
}

@media (min-width: 992px) {
	body.home .home-news--shortcode .home-news-card__image,
	body.home .home-news--shortcode .home-news-card__image img,
	body.home .home-news--shortcode .home-news-card__placeholder {
		max-height: 380px;
		height: 380px;
	}
}
