.our-service {
  background: radial-gradient(
    135.56% 100% at 45.81% 0%,
    #fff 50.7%,
    #f4f7fb 64.89%,
    #e8eef7 100%
  );
  padding: 140px 0px;
}
.our-service h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 95.2px */
  color: var(--color-heading);
  text-align: center;
}
.gain-clarity {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  margin: 40px auto 80px;
  color: var(--color-text);
  max-width: 1440px;
}
.grid-service {
  display: grid;
  grid-template-columns: auto auto;
  gap: 48px;
}
.card-service {
  padding: 28px;
  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);
}
.card-service img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.card-service h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  color: var(--color-heading);
  margin-bottom: 12px;
}
.card-service p {
  font-size: var(--Line-height-300, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  color: var(--color-text);
}
.our-approach {
  background: #13263f;
  padding: 140px 0px;
}
.our-approach h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 95.2px */
  color: #fff;
  margin: 24px 0;
}
.our-approach p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  color: #fff;
  opacity: 0.7;
}
.our-approach button {
  font-size: 20px;
  border: none;
  background: #fff;
  display: flex;
  width: 195px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  gap: 10px;
  color: var(--color-heading);
}

.our-approach button img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .our-service {
    padding: 120px 0px;
  }
  .our-service h2 {
    font-size: 58px;
  }
  .gain-clarity {
    margin: 40px auto 60px;
  }
  .grid-service {
    grid-template-columns: auto;
  }
  .our-approach {
    padding: 120px 0px;
  }
  .our-approach h2 {
    font-size: 58px;
  }
}

@media (max-width: 600px) {
  .our-service {
    padding: 80px 0px;
  }
  .our-service h2 {
    font-size: 36px;
  }
  .gain-clarity {
    margin: 24px auto 60px;
    font-size: 20px;
  }
  .grid-service {
    gap: 24px;
  }
  .card-service {
    padding: 20px;
  }
  .card-service img {
    width: 36px;
    height: 36px;
  }
  .card-service h3 {
    font-size: 24px;
  }
  .our-approach {
    padding: 80px 0px;
  }
  .our-approach h2 {
    font-size: 36px;
  }
  .our-approach p {
    font-size: 20px;
  }
  .our-approach button {
    font-size: 12px;
    width: 141px;
    height: 40px;
  }
}
