h1,h2,h3,h4,h5{
    color:#282828;
}
.entry-header .main-banner {
	 text-align: center;
}
 .deal-item a {
	 text-decoration: none;
}
 .deal-item .item-wrap {
}
 .deal-item .deal-about {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 padding: 1em;
	 margin-top: 6px;
	 border: 1px solid #222;
}
 .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 {aspect-ratio: 4/3;border: 1px solid #222;}

.deal-item .deal-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.entry-header {
    background-color: #ffffff;
}