/* v970 — About Us content rebuild inspired by competitor structure, adapted to Vietnam GoEasy.
   Purpose: replace generic About Us copy with stronger, service-focused brand content and remove repetitive disclaimer wording from this page. */

html body.about-content-rebuild-v970 .about-main-copy-v944 h2{
  max-width:760px !important;
}

html body.about-content-rebuild-v970 .about-main-copy-v944 p{
  max-width:840px !important;
}

html body.about-content-rebuild-v970 .about-three-text-v944 section{
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%) !important;
  border:1px solid #dbe8f6 !important;
  border-radius:20px !important;
  padding:24px !important;
  box-shadow:0 12px 28px rgba(15,35,70,.05) !important;
}

html body.about-content-rebuild-v970 .about-three-text-v944{
  gap:20px !important;
}

html body.about-content-rebuild-v970 .about-support-list-v944 li{
  background:#fff !important;
  border:1px solid #dbe8f6 !important;
  border-radius:18px !important;
  padding:18px 20px !important;
  box-shadow:0 12px 26px rgba(15,35,70,.05) !important;
}

html body.about-content-rebuild-v970 .about-support-list-v944 strong{
  color:#06194a !important;
  font-size:18px !important;
}

html body.about-content-rebuild-v970 .about-contact-card-v970{
  background:linear-gradient(180deg,#f8fbff 0%,#fff 100%) !important;
  border:1px solid #dbe8f6 !important;
  box-shadow:0 14px 30px rgba(15,35,70,.07) !important;
}

@media(max-width:900px){
  html body.about-content-rebuild-v970 .about-three-text-v944{
    grid-template-columns:1fr !important;
  }
}
