.aboutPageMain {
  background: #fff;
}

.aboutIntro {
  padding: .84rem 0 1.35rem;
}

.aboutLead {
  display: flex;
  align-items: center;
  gap: 1.58rem;
}

.aboutLead>div {
  flex: 1;
}

.aboutLead h2 {
  font-size: clamp(27px, .36rem, 36px);
  font-weight: 700;
  color: #000;
}

.aboutLead span {
  color: var(--blue);
  font-size: clamp(15px, .18rem, 18px);
  display: block;
  margin-top: .12rem;
}

.aboutLead p {
  margin-top: .34rem;
  color: #000;
  font-size: clamp(14px, .18rem, 18px);
  line-height: 1.75;
}

.aboutLead img {
  width: 6.44rem;
  height: 3.71rem;
  border-radius: .14rem;
  object-fit: cover;
}

.aboutIntroCard {
  display: flex;
  align-items: center;
  gap: .65rem;
  border-radius: .14rem;
  box-shadow: 0 0 .3rem rgba(0, 0, 0, .1);
}

.aboutIntroCard img {
  width: 6.88rem;
  height: 4.95rem;
  border-radius: .14rem;
  object-fit: cover;
}

.aboutIntroCard p {
  width: 6.3rem;
  color: #000;
  font-size: clamp(14px, .18rem, 18px);
  line-height: 1.75;
}

.aboutStats {
  margin: .84rem 0 1.09rem;
  padding: .45rem 0;
  background: var(--blue);
}

.aboutStats .main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.aboutStats article {
  padding: .18rem .28rem;
  text-align: center;
}

.aboutStats b {
  display: block;
  color: #fff;
  font: 700 clamp(30px, .4rem, 40px)/1 Poppins, Arial, sans-serif;
}

.aboutStats article>span {
  display: block;
  margin-top: .11rem;
  color: #fff;
  font-size: clamp(14px, .18rem, 18px);
}

.aboutStrength {
  min-height: 8rem;
  position: relative;
  display: flex;
  align-items: center;
  background: url('../images/about-07.png') center / cover;
}

.strengthShade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .4);
}

.aboutStrength .main {
  max-width: 11.54rem;
  position: relative;
  color: #fff;
  font-size: clamp(14px, .18rem, 18px);
  line-height: 1.75;
}

.aboutStrength .main::before,
.aboutStrength .main::after {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
}

.aboutStrength .main::before{
  top: -.5rem;
  left: -1rem;
  background: url(../images/left.png) center / contain no-repeat;
}

.aboutStrength .main::after{
  bottom: -.15rem;
  right: -.85rem;
  background: url(../images/right.png) center / contain no-repeat;
}

@media (max-width: 768px) {
  .aboutIntro { padding: .5rem 0 .65rem; }
  .aboutLead, .aboutIntroCard { display: block; }
  .aboutLead { gap: 0; }
  .aboutLead img, .aboutIntroCard img { width: 100%; height: 2.5rem; margin-top: .24rem; }
  .aboutLead h2 { font-size: clamp(22px, .3rem, 30px); }
  .aboutLead p, .aboutIntroCard p { width: 100%; margin-top: .18rem; font-size: clamp(13px, .16rem, 16px); line-height: 1.65; }
  .aboutIntroCard { margin-top: .3rem; padding: .18rem; }
  .aboutStats { margin: .42rem 0 .55rem; padding: .24rem 0; }
  .aboutStats .main { grid-template-columns: repeat(2, 1fr); gap: .14rem 0; }
  /* .aboutStats article:last-child { grid-column: 1 / -1; } */
  .aboutStrength { min-height: 4.7rem; padding: .6rem 0; }
  .aboutStrength .main { font-size: clamp(13px, .16rem, 16px); line-height: 1.7; }
  .aboutStrength .main::before, .aboutStrength .main::after { display: none; }
}
