.kt-homecarousel-block {
  position: relative;
}

.kt-homecarousel-block--not-first {
  margin-top: 80px;
}

.kt-homecarousel-block__logo .products-section-title {
  text-align: center;
}

.kt-homecarousel-block__logo-img {
  display: block;
  margin: 20px auto;
  max-width: 200px;
  width: 100%;
  height: auto;
}

.kt-homecarousel-block__bg-image {
  display: block;
  height: auto;
}

.kt-homecarousel-block__products {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .kt-homecarousel-block__bg-image {
    position: absolute;
    top: -260px;
    right: 0;
    max-width: 938px;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .kt-homecarousel-block--not-first {
    margin-top: 40px;
  }

  .kt-homecarousel-block__logo-img {
    margin: 15px auto;
    max-width: 160px;
  }

  .kt-homecarousel-block__bg-image {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .kt-homecarousel-block__products {
    margin-top: 20px;
  }
}
