.containor {
  max-width: 100%;
  padding: 0px 20px;
  background: #f9f9f9;
}

.card-slider2 {
  background: white;
  max-width: 1100px;
  width: auto;
  padding: 30px;
  margin: -120px auto 0;
  box-shadow: 0 3px 20px 5px rgba(0,0,0,.03);
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.head_ing {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 19px;
  flex-wrap: wrap;
}

.head_ing img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.card-slider2 h3 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-right: 20px;
}

.deal_wrappe {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.deal {
  flex: 1 1 300px;
  min-width: 260px;
}

.deal h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0;
}

.deal ul {
  padding-left: 0;
}

.deal ul li {
  font-size: 15px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0;
  line-height: 1.4;
}

.deal ul li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.image {
  flex: 1 1 300px;
  text-align: center;
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Background image wrapper */
.slider_wrapper {
  background-image: url(../IMG/60518-Dubai-Desert-Conservation-Area.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 400px;
}

.slider_wrapper::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Button */
.containor button {
  border: none;
  padding: 12px;
  background: #21c8d4;
  color: white;
  font-weight: bold;
  margin: 17px 0 5px;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background 0.2s ease;
}


@media (max-width: 480px) {
  .card-slider2 {
    padding: 20px;
  }

  .card-slider2 h3 {
    font-size: 24px;
  }

  .deal h6 {
    font-size: 18px;
  }

  .containor {
    padding: 0 10px;
  }
}
