@font-face {
  font-family: "CeraBasic-Regular";
  src: url("../../font/cera-basic-regular.otf");
  font-display: fallback;
}
.idx-grid-view-pagination .active a {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.pagination-hover:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

.offers-section .offer-img img {
  min-height: 100%;
  height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  border: 1px solid #d8d8d8 !important;
}
.offers-section .offer-text {
  border: 1px solid;
  padding: 20px;
}
.offers-section .offer-text h2 {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 20px;
  color: #a31834 !important;
}
@media (max-width: 575px) {
  .offers-section .offer-text h2 {
    font-size: 18px;
  }
}
.offers-section .offer-text h3 {
  font-size: 13px;
  font-weight: 600;
  color: #a31834 !important;
  text-transform: capitalize !important;
}
.offers-section .offer-text .post-info span > strong {
  font-weight: 600;
}
.offers-section .offer-text ul li {
  margin-bottom: 5px;
  display: flex;
}
.offers-section .offer-text ul li .arrow-icn {
  font-size: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  color: #a31834 !important;
}
.offers-section .offer-text ul li small {
  display: inline-block;
  vertical-align: top;
}
.offers-section .row:nth-child(2n+1) {
  flex-direction: row-reverse;
}/*# sourceMappingURL=offers.css.map */