.our-service {
    background: #f9f9f9;
}


.service-page-our-approach {
    text-align: center;
}

.our-service h2 {
  text-align: center;
}
.our-service .card-service p {
    font-size: 16px;
    margin-top: 8px;
}

.gain-clarity {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 1440px;
}
.grid-service {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
}
.card-service {
  border-radius: 16px;
  background: radial-gradient(
    185.65% 177.41% at 16.15% -54.62%,
    #fff 0%,
    #fff 100%
  );
  padding: 16px;
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
}
.card-service img {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.our-approach {
  /* background: #13263f; */
  background: #fff;
}

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

.our-approach button img {
  width: 24px;
  height: 24px;
}


@media (min-width: 1025px){
  .sales-banner.space-comman-section .sales-image.image-space img.img {
    width: 480px;
    aspect-ratio: 16/15;
}


.sales-image .curve-icon.right-curve {
    bottom: -90px;
    right: 70px;
}
.curve-icon.right-curve img {
  width: 132px;
  margin-right: 0;
}
.sales-banner {
    height: 640px;
}
/* .sales-image img.img {
    width: 100%;
    max-width: 480px;
} */
}
@media (min-width: 601px){
.service-page-our-approach h2 {
    margin-top: 20px;
    margin-bottom: 16px;
}
}

@media (max-width: 1024px) {
  .grid-service {
    grid-template-columns: auto;
  }
  .sales-banner.space-comman-section .sales-image.image-space img.img {
    width: 303px;
    aspect-ratio: 16/15;
}

}

@media (max-width: 600px) {
  .service-page-our-approach h2 {
    margin-top: 24px;
    margin-bottom: 28px; 
}
.our-approach button{
  font-size: 12px;
}
.sales-banner.space-comman-section .sales-image.image-space img.img {
    width: 235px;
     aspect-ratio: 16/15;
}

}