.newTestimonials .testiListings .testiWrapper {
  padding: 30px;
  border: 3px solid var(--primary);
  border-radius: 15px;
  background-color: var(--light);
  gap: 15px;
  justify-content: space-between;
}
.newTestimonials .testiListings .testiWrapper .nts {
  line-height: 20px;
  /* Define a line-height for the element */
  min-height: 7lh;
}
.newTestimonials .testiListings .testiWrapper .nts * {
  font-size: 16px;
  font-style: normal;
  font-family: var(--text);
  line-height: 24px;
  font-weight: 500;
}
.newTestimonials .testiListings .testiWrapper .elementor-widget-heading * {
  font-size: 22px;
  font-family: var(--text);
  color: var(--dark);
  line-height: 22px !important;
}
.newTestimonials .testiListings .footerHere {
  gap: 20px;
}
.newTestimonials .testiListings .footerHere .elementor-divider {
  padding: 0;
}
.newTestimonials .testiListings .slick-list.draggable {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .newTestimonials .testiListings .slick-list.draggable {
    padding: 0 0px;
  }
}
.newTestimonials .testiListings .jet-listing-grid__slider .jet-slick-dots {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .newTestimonials .testiListings .jet-listing-grid__slider .jet-slick-dots {
    justify-content: center;
  }
}
.newTestimonials .testiListings ul.jet-slick-dots {
  display: none !important;
}
.newTestimonials .top-arrow .jet-listing-grid__slider-icon.slick-arrow {
  margin-top: -220px;
}
