.entry-header {
	background: #F5F9FF;
}
.deal-item a {
	text-decoration: none;
}
.deal-item .deal-about {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
}
.deal-item .deal-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.938em;
}
.deal-item .deal-date {
	font-weight: 500;
	font-size: 0.7em;
	padding-left: 0.2em;
}
.deal-item .deal-image {
   height: 261px;
   overflow: hidden;
}

.deal-item .deal-image img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}