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

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

.impact-icon {
    width: 32px;
}

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

section.call-to-action-center.hero-4 {
    text-align: center;
    padding: 60px 0px 80px;
    color: #fff;
}
section.call-to-action-center.hero-4 a {
    width: 50% !important;
}

@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 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}
#low-code-app-development .home-scroll_section .scroll-card-txt {
    max-width: 100%;
}
.impact-card-grid {
  display: block;
}

.impact-card-grid h4 {
  margin-top: 16px;
}
  .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;
  }
  section.call-to-action-center.hero-4 a {
    width: 70% !important;
}
}

@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;
  }
  .grid-measurable {
   grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
}

@media (max-width: 767px) {
section.call-to-action-center.hero-4 a {
    width: 100% !important;
    font-size: 13px;
}
.grid-measurable {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
}
.impact-stats-heading {
    padding: 0px 0px 40px;
}
}