.review-feed {
    margin-top: 60px;
}
.logo-footer img,
.logo-header img,
.car-image img,
.step-icon img,
.about-image img,
.trust-icon img,
.hero-image img {
   width: auto;
   height: auto;
}

body .slide-gallery a {
  padding-bottom: 0;
}

.car-feature .icon img,
body .slide-gallery a img {
  width: auto;
   height: auto;
}

body .section_text_animated .track {
  animation: marquee 1350s linear infinite
}

.cars-flex .car-item {
  margin-bottom: 10px;
  margin-top: 10px;
}

.car-left .title {
      margin-top: 10px;
}
.car-feature .icon {
  height: 23px;
}
.car-feature .icon img {
  width: auto;
 height: 23px;
 object-fit: contain;
}
.car-feature {
  align-items: center;
}

.car-feature .text span.rentsyst-circle-color {
    width: 20px;
    height: 20px;
    border-radius: 500px;
}
.wrap-booking,
.wrap-vehicle {
    padding-top: 80px;
}
.note-box {
  background: #fff;
  padding: 20px 25px 20px 43px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.note-box i {
  position: absolute;
  left: 20px;
  top: 23px;
  color: #2f8fca;
}

.wp-block-column.rentsyst-paragraph  {
  max-height: 400px;
}

@media (max-width: 960px) {
  .wrap-booking,
  .wrap-vehicle {
      padding-top: 60px;
  }

}

@media (max-width: 768px) {
  .wrap-booking,
  .wrap-vehicle {
      padding-top: 40px;
  }

}