h1,h2,h3,h4,h5{
    color:#282828;
}
body {
    background: #F6F6F7;
}
.entry-header .main-banner {
	 text-align: center;
}
 .deal-item a {
	 text-decoration: none;
}
 .deal-item .item-wrap {
	 margin-bottom: 1em;
	 box-shadow: 0px 5.49px 18.3px 0px #00000014;
}
 .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: 310px;
    overflow: hidden;
}

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