.kudu-services__pane-img.ranger-img {
  max-width: unset;
  height: auto;
}
.benefits_section_text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.data-stack {
  background-color: #f9fafb;
  padding: 40px 157px;
}

.data-stack__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
}

.data-stack__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: #000;
  max-width: 919px;
}

.data-stack__subheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  text-align: center;
  max-width: 868px;
  margin: 0;
}

.data-stack__scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.data-stack__scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.data-stack__track {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* ── Card ────────────────────────────────────
       Desktop default: 5-per-row               */
.data-stack__card {
  flex: 0 0 calc(20% - 20px);
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 10px;
  min-height: 208px;
  box-sizing: border-box;
}

.data-stack__card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.data-stack__card-logo {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-stack__card-logo img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.data-stack__card-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .data-stack {
    padding: 40px 40px;
  }

  .data-stack__heading {
    font-size: 34px;
    line-height: 44px;
    max-width: 100%;
  }

  .data-stack__subheading {
    max-width: 100%;
  }

  .data-stack__track {
    gap: 20px;
  }

  .data-stack__card {
    flex: 0 0 calc(33.333% - 14px);
    padding: 48px 10px;
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  .data-stack {
    padding: 24px 16px;
  }

  .data-stack__heading {
    font-size: 28px;
    line-height: 38px;
  }

  .data-stack__subheading {
    font-size: 15px;
    line-height: 23px;
  }

  .data-stack__track {
    flex-wrap: nowrap;
    gap: 16px;
  }

  .data-stack__card {
    flex: 0 0 160px;
    min-height: 160px;
    padding: 36px 10px;
  }

  .data-stack__card-logo {
    height: 40px;
  }

  .data-stack__card-logo img {
    max-height: 40px;
  }

  .data-stack__card-label {
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
  }
}
