.common-section-space {
  padding: 140px 0;
}

.our-approach {
  background: #fff;
  text-align: center;
}
.our-approach h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 95.2px */
  color: var(--color-heading);
  margin: 28px 0;
  max-width: 1440px;
}
.our-approach p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  color: #fff;
  color: var(--color-text);
}
.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: var(--color-heading);
  border-radius: 60px;
border: 1px solid var(--color-primary);
background: #F7F9FE;
margin: 0 auto;
}

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

.our-approach button img {
  width: 24px;
  height: 24px;
}
.our-execution{
    background: #E8EFF7;
}
.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 h3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    gap: 20px;
}

.our-execution-card img {
    width: 40px;
    height: 40px;
}
.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;
    margin-bottom: 48px;
}

.our-execution-card h3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    gap: 20px;
    color: var(--color-heading);
}

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

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

.our-execution-card h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    color: var(--color-heading);
}

.our-execution-card p {
    font-size: var(--Line-height-300, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    margin: 12px 0;
    color: var(--color-text-2);
}

.our-execution-card button {
    border-radius: 12px;
    background: #F7F9FE;
    padding: 8px 20px 8px 16px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    color: #4F6BED;
    margin-top: 28px;
}
.our-execution-card ul {
    list-style: disc;
    margin-left: 50px;
    font-size: var(--Line-height-300, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-text-2);
}
.our-execution-card p:last-child {
    margin-bottom: 0;
}
.our-execution-card:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
  .common-section-space {
    padding: 120px 0;
  }
    .our-approach h2 {
        font-size: 58px;
        margin: 24px 0px 32px;
    }
    .our-approach p:last-child {
    margin-top: 32px;
}
}

@media (max-width: 600px) {
 .common-section-space {
    padding: 80px 0;
  }
    .our-approach h2 {
    font-size: 36px;
    margin: 24px 0 28px;
  }
  .our-approach p {
    font-size: 20px;
  }
  .our-approach button {
    font-size: 12px;
    width: 141px;
    height: 40px;
  }
      .our-approach p:last-child {
    margin-top: 28px;
}
.our-execution-card h3 {
    font-size: 24px;
}
}