.icon-list {
  max-width: 160px !important;
  max-height: 160px !important;
  height: 100% !important;
  width: 100% !important;
}

.icon img {
  max-width: 100px;
}

.image-slide {
  width: 100%;
  height: 100%;
  min-height: 397px;
  /* legalább ennyi, különben üres */
  background-size: cover;
  background-position: center;
}



#attraction img {
  width: 100%;
  max-width: 300px;
}

.attraction-col:nth-child(1) {
  margin-top: 0;
}

.attraction-col:nth-child(2) {
  margin-top: -20px;
}

.attraction-col:nth-child(3) {
  margin-top: -40px;
}

.attraction-col:nth-child(4) {
  margin-top: -60px;
}

.attraction-col:nth-child(5) {
  margin-top: -80px;
}

.attraction-col:nth-child(6) {
  margin-top: -100px;
}

.team-discount {
  position: absolute;
  left: -203px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: linear-gradient(135deg, #ff4fc3, #ff9adf);
  color: #fff;
  padding: 54px 48px;
  max-width: 440px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  border-radius: 58% 42% 65% 35% / 45% 55% 45% 55%;
  box-shadow: 0 25px 50px rgba(255, 79, 195, 0.45);
}

@media (max-width: 1199px) {
  .team-discount {
    left: -70px;
    padding: 41px 20px;
  }
}

@media (max-width: 991px) {
  .team-discount {
    left: 50%;
    top: 88%;
    transform: translate(-50%, -50%);
    font-size: 18px;
  }
  .team-discount strong {
    font-size: 26px;
}
}

.team-discount strong {
  font-size: 30px;
  line-height: 10px;
  font-weight: 700;
}