.hero2 {
  background-image: url(../home-light/hero-img2.svg);
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover;
  width: 97%;
  height: 80vh;
  max-height: 1000px;
  margin: 0 auto;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.works {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px auto !important;
}

.works-div {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.works-card {
  border: 1px solid #ededed;
  padding: 25px 25px;
  width: 32%;
}
.immerse-inner2 {
  background: #ffffff;
  box-shadow: 1px 1px 47px rgba(130, 130, 130, 0.14);
  border-radius: 25px;
  padding: 35px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
  margin-top: -150px !important;
}
.immerse-img2 {
  width: 45%;
  border-radius: 10px;
}
.places {
  padding: 80px 0;
}
.places .places-list {
  background: url(../home-light/map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  padding-top: 50px;
}
.places .placeImg {
  width: 100%;
}
.place-card{
  min-width: 200px;
  max-width: 270px;
  width: 26%;
}
.places .place-profile{
  max-width: 80px ;
}
.offers {
  display: flex;
  justify-content: space-between;
  margin: 100px auto !important;
}
.testimonial {
  margin: 100px auto 0 auto !important;
}
.offer-img{
  border-radius: 20px;
}
.content_sub {
  padding-left:40%; 
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .hero2-inner {
    width: 90vw !important;
  }
  .hero2 {
    height: 100vh;
  }
  .content_sub {
    width:100%; 
      font-size: 16px;
      color: #ffffff;
      line-height: 30px;
      padding-left:0; 
  }
}

@media only screen and (max-width: 900px) {
.offers{
  flex-direction: column;
  gap: 30px;
}
.offers div, .offers .offer-img{
  width: 100%!important;
}
.places-heading{
  font-size: 30px!important;
}
.content_sub {
  width:100%; 
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding-left:0; 
}
}
@media only screen and (max-width: 768px) {
.immerse-inner2{
  flex-direction: column;
}
.immerse-img2{
  width: 100%;
}
.places .places-list {
  background: none !important;
}
.content_sub {
  width:100%; 
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding-left:0; 
}
}
@media only screen and (max-width: 600px) {
  .places-text{
    width: 100%!important;
  }
  .works-div{
    flex-direction: column;
    gap: 30px;
  }
  .works-card{
    width: 100%;
  }
  .best-text{
    justify-content: flex-start !important;
  }
  .best-text p{
    width: 100% !important;
  }
  .places .place-card {
    width: 80%;
  }
  .hide-mobile {
    display:none;
  }
  .content_sub {
    width:100%; 
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding-left:0; 
  }
}