.news-card-container {
	aspect-ratio: 1/1;
}


/* News card home */

.hp-latest-news-post .stories-updates-tag, .hp-prev-latest-news-posts .stories-updates-tag {
	display: none;
}

.page-id-8 .customer-story-img-2-1 {
	display: block !important;
}

.page-id-8 .customer-story-img-1-1 {
	display: none !important;
}

@media (max-width: 1024px) {

	.page-id-8 .customer-story-img-2-1 {
		display: none !important;
	}

	.page-id-8 .customer-story-img-1-1 {
		display: block !important;
	}

}


/* Stories and updates page */

.page-id-4635 .customer-story-img-2-1 {
	display: none !important;
}

.page-id-4635 .customer-story-img-1-1 {
	display: block !important;
}

.stories-updates-tag .hbp-card-type {
	width: 100%;
    display: block;
    padding: 5px 30px;
    color: #fff;
}

.stories-updates-tag .hbp-card-type--customer-story {
	background: #B42D33;
}

.stories-updates-tag .hbp-card-type--news-update {
	background: #6DACDF;
}