.entry-header .main-banner {
	 text-align: center;
}
 .deal-item a {
	 text-decoration: none;
}
 .deal-item .item-wrap {
	 box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	 border-bottom: 2px solid #1cac76;
	 margin-bottom: 1em;
}
 .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;
}