div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.promo-card__back-image, .promo-card__link {
	position: relative;
	height: 350px;
	text-decoration: none;
}

.promo-card__expiry-date {
	float: right;
	color: #292B30;
	font-family: Play;
	font-size: 18px;
	font-weight: 700;
	background: transparent!important;
	border-bottom: 5px solid #E5172D;
	padding: 0!important;
	display: block!important;
}

.promo-card__title {
	text-transform: uppercase;
	color: #292B30;
	margin-bottom: 0;
}

.promo-card__text {
	font-family: Play;
	font-weight: 400;
	font-size: 24px;
	color: #292B30;
	margin-top: 10px;
	line-height: 28px;
}

.promo-card__text span {
	color: #E5172D;
	font-weight: 700;
}

.promo-card {
	padding-bottom: 40px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 747px) {

}



