@media screen and (min-width: 1000px) {
  .carousel-cards-container {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 36px;

    transform: scale(0.62);
  }
}

@media screen and (min-width: 1200px) {
  .carousel-cards-container {
    transform: scale(0.9);
  }
}

@media all and (min-width: 768px) {
  /* .hero-wrapper {
    padding: 112px 40px 0;
  } */

  .hero-super-ruler {
    padding-top: 80px;
  }

  .hero-underline {
    top: 58%;
    right: 14%;
  }

  .hero-img {
    max-width: 1034px;
  }

  .partners-wrapper {
    display: flex;
  }

  .hero-img-btm-object,
  .hero-img-btm-object-2 {
    height: 24px;
    border-radius: 0px 0px 20px 20px;
  }

  .hero-img--container::before {
    height: 24px;
    border-radius: 20px 20px 0 0;
  }

  .hero-img {
    border-radius: 0 0 20px 20px;
  }

  .hero-img--container {
    border-radius: 20px;
  }
}

@media screen and (min-width: 430px) {
  .hero-underline {
    right: 8%;
  }
}

@media screen and (min-width: 530px) {
  .slick-track {
    width: 4554px !important;
  }
}
