.lead-benefits__container {
  width: 100%;
  overflow-x: hidden;
}

.lead-benefits__swiper {
  width: 100%;
}

.lead-benefits__slide {
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 8px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  padding: 16px 24px;
  box-shadow: -8px 6px 24px 0 rgba(11, 11, 11, 0.01);
  background: var(--white);

  width: auto;
  flex-shrink: 0;
}

.lead-benefits__svg {
  width: 32px;
  height: 32px;
}

.lead-benefits__slide-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: var(--80);
}

.lead-benefits__slide-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--75);
}
