html[lang="ms"] .about-screen {
  min-height: 100dvh;
  padding-bottom: calc(34px + env(safe-area-inset-bottom, 0px));
}

html[lang="ms"] .about-top-bar {
  min-height: 60px;
  height: auto;
}

html[lang="ms"] .about-top-bar h1 {
  max-width: calc(100% - 104px);
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  overflow-wrap: anywhere;
}

html[lang="ms"] .about-hero {
  height: auto;
  padding: 21px 16px 17px;
}

html[lang="ms"] .about-hero h2 {
  font-size: 20px;
  line-height: 28px;
}

html[lang="ms"] .about-hero > p {
  max-width: 315px;
  font-size: 11.2px;
  line-height: 19px;
}

html[lang="ms"] .about-hero__facts {
  margin-top: 15px;
  padding-top: 13px;
}

html[lang="ms"] .about-hero__facts strong {
  font-size: 12.5px;
  line-height: 18px;
}

html[lang="ms"] .about-hero__facts span {
  padding: 0 4px;
  font-size: 8.4px;
  line-height: 13px;
}

html[lang="ms"] .about-section-heading h2,
html[lang="ms"] .about-values-card > h2 {
  font-size: 14.5px;
  line-height: 21px;
}

html[lang="ms"] .about-section-heading p {
  font-size: 9.2px;
  line-height: 14px;
}

html[lang="ms"] .about-intro-card__copy {
  font-size: 11.2px;
  line-height: 20px;
}

html[lang="ms"] .about-coin-flow {
  padding: 13px 10px;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
}

html[lang="ms"] .about-coin-flow > div {
  font-size: 9.5px;
  line-height: 14px;
  text-align: center;
}

html[lang="ms"] .about-protection-card__badge {
  min-height: 30px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 15px;
}

html[lang="ms"] .about-protection-card__badge svg,
html[lang="ms"] .about-protection-card__badge > :first-child {
  flex: 0 0 auto;
}

html[lang="ms"] .about-protection-card > h2 {
  font-size: 15.5px;
  line-height: 23px;
}

html[lang="ms"] .about-protection-card > p {
  font-size: 10.8px;
  line-height: 19px;
}

html[lang="ms"] .about-protection-card__promise strong {
  font-size: 11.5px;
  line-height: 17px;
}

html[lang="ms"] .about-protection-card__promise span {
  font-size: 9.8px;
  line-height: 17px;
}

html[lang="ms"] .about-protection-card li {
  font-size: 10px;
  line-height: 16px;
  align-items: flex-start;
}

html[lang="ms"] .about-values-grid > div {
  min-height: 158px;
  height: auto;
}

html[lang="ms"] .about-values-grid strong {
  font-size: 11.5px;
  line-height: 17px;
}

html[lang="ms"] .about-values-grid p,
html[lang="ms"] .about-note p {
  font-size: 9.2px;
  line-height: 15.5px;
}

html[lang="ms"] .about-support-button {
  min-height: 50px;
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

html[lang="ms"] .about-support-button > svg,
html[lang="ms"] .about-support-button > :first-child,
html[lang="ms"] .about-support-button > :last-child {
  flex: 0 0 auto;
}

@media (max-width: 350px) {
  html[lang="ms"] .about-screen {
    padding-right: 10px;
    padding-left: 10px;
  }

  html[lang="ms"] .about-top-bar {
    margin-right: -10px;
    margin-left: -10px;
  }

  html[lang="ms"] .about-hero {
    padding-right: 13px;
    padding-left: 13px;
  }

  html[lang="ms"] .about-hero__facts span {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 7.8px;
  }

  html[lang="ms"] .about-intro-card,
  html[lang="ms"] .about-protection-card,
  html[lang="ms"] .about-values-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  html[lang="ms"] .about-values-grid {
    gap: 7px;
  }

  html[lang="ms"] .about-values-grid > div {
    padding-right: 9px;
    padding-left: 9px;
  }
}
