.home-badges {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: var(--base90);
}
@media (max-width: 991px) {
  .home-badges {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}
.home-badges__images--first {
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  .home-badges__images--first {
    gap: 10px 12px;
  }
}
@media screen and (max-width: 659.98px) {
  .home-badges__images--first {
    max-width: 356px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-badges__image-wrapper--first {
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .home-badges__image-wrapper--first {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .home-badges__image-wrapper--first {
    height: auto;
  }
}
.home-badges__images--second {
  margin-top: 45px;
  gap: 30px;
}
.home-badges__images--second .home-badges__image-wrapper--second:nth-child(-n+2) {
  box-shadow: 4.7px 10.1px 14.5px 2px rgba(8, 15, 52, 0.05);
  border-radius: 6px;
}
@media screen and (max-width: 991px)  {
  .home-badges__images--second .home-badges__image-wrapper--second:nth-child(-n+2) {
    height: 50px;
  }
}
.home-badges__image-wrapper--second {
  display: flex;
  align-items: center;
}
.home-badges__image-wrapper--second .home-badges__image {
  height: 60px;
  max-width: max-content;
  width: auto;
}
.home-badges__image-wrapper--second:nth-child(3) .home-badges__image {
  height: 80px;
}
@media screen and (max-width: 991px)  {
  .home-badges__image-wrapper--second:nth-child(3) .home-badges__image {
    height: 60px;
  }
  .home-badges__image-wrapper--second .home-badges__image {
    height: 50px;
  }
}
@media screen and (max-width: 576px)  {
  .home-badges__image-wrapper--second:nth-child(3) .home-badges__image {
    height: 50px;
  }
  .home-badges__image-wrapper--second .home-badges__image {
    height: 46px;
  }
  .home-badges__image-wrapper--second:nth-child(4) .home-badges__image {
    height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-badges__images--second {
    margin-top: 30px;
  }
}
.home-badges__image {
  max-height: 100%;
  max-width: 140px;
  width: auto;
}
@media (max-width: 991px) {
  .home-badges__image {
    max-width: max-content;
    max-height: 140px;
  }
  .home-badges__images--second {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media (max-width: 724px) {
  .home-badges__images--first .home-badges__image-wrapper--first:last-child {
    transform: translateY(-40px);
  }
}
@media (max-width: 576px) {
  .home-badges {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .home-badges__images--first {
    gap: 0 10px;
  }
  .home-badges__image-wrapper--first {
    height: 120px;
  }
  .home-badges__images--first .home-badges__image-wrapper--first:nth-last-child(1),
  .home-badges__images--first .home-badges__image-wrapper--first:nth-last-child(2) {
    transform: translateY(-40px);
    margin-bottom: -40px;
  }
  .home-badges__image {
    max-height: 100px;
  }
  .home-badges__images--second {
    max-width: max-content;
    gap: 15px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}