.entry-header .main-banner {
	text-align: center;
}
.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;
}

/* Countdown timer CSS */
.countdown .timer_count {
	font-weight: 900;
	font-size: 3.3rem;
}
.countdown .colon-before {
	position: relative
}
.countdown .colon-before:before {
	content: ':';
	position: absolute;
	font-size: 3.1rem;
	font-weight: 900;
	line-height: 1;
	right: -11%;
	top: 12%;
}
@media (max-width: 1182px) {
	.countdown .timer_count {
		font-size: 2.5rem;
	}
	.countdown .colon-before:before {
		font-size: 2.3rem;
	}
}