.grid-measurable {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(702px, 1fr));
  gap: 36px;
  width: 100%;
  margin: 0 auto;
}

.impact-card-grid {
  display: flex;
  align-items: start;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
}
.impact-card-grid h4 {
  color: var(--color-heading);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
.impact-card-grid p {
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  color: var(--color-text-2);
}
.lowCodeApp-content {
  padding-block: 118px;
}

.lowCodeApp-image {
  display: flex;
  justify-content: center;
}
.lowCodeApp-image img {
  width: 640px;
}

.overview-image .top-left-curve {
  left: -10px;
  top: -80px;
}

.overview-image .top-right-curve {
  right: 50px;
  top: -80px;
  animation-delay: 2s;
}

.overview-image .bottom-right-curve {
  right: 130px;
  bottom: -50px;
  animation-delay: 3s;
}

.impact-stats-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 1490px) {
  .lowCodeApp-wrapper {
    column-gap: 0px;
  }
  .overview-image .top-left-curve {
    left: 0px;
  }
  .overview-image .top-right-curve {
    right: 0px;
  }
  .overview-image .bottom-right-curve {
    right: 70px;
    bottom: -60px;
  }
  #low-code-app-development .home-scroll_section .scroll-card-txt {
    max-width: 520px;
}
}

@media (max-width: 1080px) {
.grid-measurable {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
#low-code-app-development .home-scroll_section .scroll-card-txt {
    max-width: 100%;
}
.impact-card-grid {
  display: block;
}

.impact-card-grid h4 {
  font-size: 24px;
  margin-top: 24px;
}
  .lowCodeApp-wrapper {
    padding: 120px 0 120px 0;
  }
  .overview-wrapper {
    padding-bottom: 120px;
  }
  .lowCodeApp-content {
    padding-block: 0px;
  }
  .lowCodeApp-image img {
    width: 506px;
  }
  .personalized-excellence-section .feature-wrap {
    padding-top: 60px;
  }

  .feature-item-content.lowCodeApps {
    padding: 28px 0 60px 0;
  }
}

@media (max-width: 575px) {
  .lowCodeApp-wrapper h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .lowCodeApp-wrapper {
    padding: 80px 0 80px 0;
    gap: 60px;
  }
  .overview-image .top-right-curve {
    right: 10px;
    top: 0px;
  }
  .lowCodeApp-image img {
    width: 304px;
  }
  .personalized-excellence-heading {
    padding-block: 0 40px;
  }
  .personalized-excellence-section .feature-wrap {
    padding-top: 40px;
  }
  .tab-overview-section .feature-item-content h2 {
    margin-bottom: 8px;
  }
}
