.deals-modal .modal-body {
  padding: 16px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  -webkit-overflow-scrolling: touch;
}
.promo-images {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.promo-images a {
  width: 48%;
}
.promo-images a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
/*# sourceMappingURL=custom.map */