.banner-section-deal {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

.banner-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  overflow: hidden;
}

.banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

#deal-top {
  margin-bottom: 15px;
}
