body.ldb-homele-native-page .elementor-widget-heading .elementor-heading-title {
  margin: 0;
}

body.ldb-homele-native-page .elementor-widget-text-editor .elementor-widget-container > :last-child {
  margin-bottom: 0;
}

body.ldb-homele-native-page .collection-list-components {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em;
  width: 100%;
}

body.ldb-homele-native-page .elementor-widget-star-rating .elementor-star-rating {
  color: #399999;
}

body.ldb-homele-native-page .homele-reviews-carousel .elementor-testimonial__content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

body.ldb-homele-native-page .homele-reviews-carousel .elementor-testimonial__footer {
  margin-top: 1em;
}

body.ldb-homele-native-page .elementor-widget-image img.home-hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

body.ldb-homele-native-page .elementor-widget-image img.image-home-hero {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48em;
  max-width: 55vw;
}

body.ldb-homele-native-page .elementor-widget-image img.flag {
  position: absolute;
  right: -2em;
  top: 0.5em;
}

@media (max-width: 991px) {
  body.ldb-homele-native-page .collection-list-components {
    grid-template-columns: 1fr;
  }
}
