.our-approach {
  background: #fff;
  text-align: center;
}
.our-approach h2 {
  margin: 16px 0;
}

.our-approach button {
  font-size: 20px;
  background: #fff;
  display: flex;
  width: 195px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  gap: 10px;
  color: #000;
  border-radius: 60px;
  border: 1px solid var(--color-primary);
  background: #fff;
  margin: 0 auto;
}

.our-approach p:last-child {
  margin-top: 16px;
  color: var(--color-button);
}

.our-approach button img {
  width: 24px;
  height: 24px;
}
.our-execution {
  background: linear-gradient(0deg, #f3ebf65c, #e2beed) !important;
}
.our-execution-card {
  border-radius: 16px;
  background: radial-gradient(
    185.65% 177.41% at 16.15% -54.62%,
    #fff 0%,
    #fff 100%
  );
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
  padding: 28px;
}

.our-execution-card h4 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.our-execution-card {
  border-radius: 16px;
  background: radial-gradient(
    185.65% 177.41% at 16.15% -54.62%,
    #fff 0%,
    #fff 100%
  );
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
  padding: 24px;
  margin-bottom: 24px;
}

.our-execution-card h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 20px;
  color: var(--color-heading);
}

.our-execution-card img {
  width: 30px;
  height: 30px;
}

.our-execution-line {
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  margin: 20px 0;
}

.our-execution-card p {
  font-size: var(--Line-height-300, 16px);
  margin: 12px 0;
  color: var(--color-text-2);
}

.our-execution-card button {
  border-radius: 12px;
  background: #fff;
  text-align: left;
  color: var(--color-button);
  margin-top: 12px;
}

.our-execution-card ul {
  list-style: disc;
  margin-left: 50px;
  font-size: var(--Line-height-300, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
.our-execution-card p:last-child {
  margin-bottom: 0;
}
.our-execution-card:last-child {
  margin-bottom: 0;
}
.our-execution-card p {
    font-size: 16px !important;
}
span.curve-icon.right-curve {
    filter: none !important;
}
span.curve-icon.left-curve {
    filter: none !important;
}

@media (max-width: 600px) {
  .our-approach button {
    font-size: 12px;
    width: 141px;
    height: 42px;
  }

  .our-approach h2 {
    margin-top: 24px;
    margin-bottom: 28px;
  }

  .our-approach p:last-child {
    margin-top: 28px;
  }
}

@media (min-width: 1100px) {
  /* Added By Bhavya */

  .sales-banner {
    height: 700px;
  }

  /* End */
}
