.about-padding {
  margin: 80px 0px;
}

.about_ride_container .about_ride_desc {
  padding-left: 50px;
}
.about_ride_container .about_ride_desc h1 {
  font-weight: 700;
  font-size: 42px;
}
.about_ride_container img {
  width: 100% !important;
}

.atmosphere-section {
  background: #fff2eb;
}
.atmosphere-section ul li {
  background-image: url(/images/web/assets/list-icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  line-height: 30px;
}
.atmosphere-section .about_atmosphere_container {
  padding-top: 80px;
  padding-bottom: 60px;
}
.atmosphere-section .about_atmosphere_container .atmosphere_content h1 {
  font-size: 42px;
  font-weight: 700;
  width: 100% !important;
}
.atmosphere-section .about_atmosphere_container .atmosphere_content img {
  width: 100%;
}

.add-bg-image .add-text-overlay {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.add-bg-image .add-text-overlay h1 {
  font-size: 40px;
  color: #fff;
}
.add-bg-image .add-text-overlay p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .about_ride_container .about_ride_desc h1 {
    font-size: 32px;
  }
  .atmosphere-section .about_atmosphere_container .atmosphere_content h1 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .add-bg-image .add-text-overlay h1 {
    font-size: 36px;
  }
  .add-bg-image .add-text-overlay p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .add-bg-image .add-text-overlay h1 {
    font-size: 32px;
  }
  .add-bg-image .add-text-overlay p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .add-bg-image .add-text-overlay h1 {
    font-size: 20px;
  }
  .add-bg-image .add-text-overlay p {
    font-size: 16px;
  }
  .atmosphere-section .about_atmosphere_container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about_ride_container .about_ride_desc {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-padding {
    margin: 30px 0px;
  }
  .about_ride_container .about_ride_desc h1 {
    font-size: 21px;
  }
  .atmosphere-section .about_atmosphere_container .atmosphere_content h1 {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .add-bg-image .add-text-overlay h1 {
    font-size: 18px;
  }
  .add-bg-image .add-text-overlay p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .add-bg-image .add-text-overlay h1 {
    font-size: 15px;
  }
  .add-bg-image .add-text-overlay p {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .add-bg-image .add-text-overlay h1 {
    font-size: 13px;
  }
  .add-bg-image .add-text-overlay p {
    font-size: 9px;
  }
}
