@media all and (min-width: 768px) {
  .carousel-wrapper {
    padding-bottom: 96px;
  }

  .carousel-card {
    max-width: 384px;
  }

  .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%;
  }
}
