.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);
	margin-bottom: 1em;
}
.deal-item .deal-date {
	font-size: 1.135rem;
	padding-left: 0.2em;
	font-family: var(--font-bold);
}
.deal-item .deal-image {
   height: 297px;
   overflow: hidden;
}
.deal-item .deal-title {
    font-family: var(--font-bold);
}
.deal-item .deal-image img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.seasonal-description :is(h2,h3,h4,h5) {
    color: var(--primary_col);
    font-family: var(--font-bold);
}
@media (max-width: 767px) {
h1.page-title {
    right: 0;
    top: 15%;
    text-align: center;
    left: 0;
}
.deal-item .deal-image {
    height: 245px;
}
}