.about-page {
  min-height: 760px;
  padding: 58px 0 55px;
  background:
    radial-gradient(
      circle at 85% 0,
      #fff0b5,
      transparent 29%),
    linear-gradient(
      180deg,
      #fffdf8,
      #f8f3e8);
}
.about-intro {
  max-width: 820px;
  margin: 0 auto 38px;
  padding: 0 25px;
  text-align: center;
}
.about-intro > span {
  color: #9e6d09;
  font: 800 11px/1 Inter;
  letter-spacing: .12em;
}
.about-intro h1 {
  margin: 13px 0 10px;
  font-size: 43px;
  line-height: 1.15;
}
.about-intro > p {
  max-width: 700px;
  margin: auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.about-intro > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 600px;
  margin: 30px auto 0;
  padding: 18px;
  border: 1px solid #e4d3a2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 35px #5e43090d;
}
.about-intro b {
  font: 800 21px Inter;
  color: #a4720b;
  border-right: 1px solid #eadfbe;
}
.about-intro b:last-child {
  border: 0;
}
.about-intro small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font: 500 11px "Hind Siliguri", sans-serif;
}
.about-page .trust-compliance {
  margin-bottom: 0;
}
.desktop-nav {
  gap: 20px !important;
}
.desktop-nav button {
  font-size: 13px;
}
@media (max-width: 980px) {
  .desktop-nav {
    gap: 10px !important;
  }
  .desktop-nav button {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .about-page {
    padding-top: 38px;
  }
  .about-intro h1 {
    font-size: 33px;
  }
  .about-intro > div {
    padding: 14px 8px;
  }
  .about-intro b {
    font-size: 16px;
  }
  .about-page .trust-compliance {
    margin-bottom: 0;
  }
}
