/* About Us refresh */
.about-section .description_box > p {
  max-width: 980px;
  font-size: 17px;
  line-height: 1.82;
  color: #4f5d6b;
  margin-bottom: 28px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about-capability-card {
  min-height: 180px;
  padding: 24px 22px;
  border: 1px solid #e3e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 36, 52, 0.07);
}

.about-capability-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: #0e7490;
  font-weight: 800;
  margin-bottom: 16px;
}

.about-capability-card:nth-child(1) span {
  background: #c2410c;
}

.about-capability-card:nth-child(3) span,
.about-capability-card:nth-child(5) span {
  background: #15803d;
}

.about-capability-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
  color: #172033;
}

.about-capability-card p {
  margin: 0;
  color: #607082;
  line-height: 1.65;
}

.about_factory_heading {
  margin-bottom: 28px;
}

.about_factory_heading span {
  display: block;
  color: #0e7490;
  font-weight: 800;
  margin-bottom: 8px;
}

.about_factory_heading h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #172033;
  margin: 0;
}

.about-section .team_box.style_one .member_image {
  border-radius: 8px;
  overflow: hidden;
  background: #eef3f7;
}

.about-section .team_box.style_one .member_image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .about-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-capability-grid {
    grid-template-columns: 1fr;
  }

  .about-section .team_box.style_one .member_image img {
    height: 300px;
  }
}

.home-about-intro {
  font-size: 17px;
  line-height: 1.78;
  color: #516170;
  margin-bottom: 0;
}

.home-about-capability-grid {
  display: grid;
  gap: 14px;
}

.home-about-capability-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid #e3e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 36, 52, 0.06);
}

.home-about-capability-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #0e7490;
  color: #fff;
  font-weight: 800;
}

.home-about-capability-card:nth-child(1) span,
.home-about-capability-card:nth-child(4) span {
  background: #c2410c;
}

.home-about-capability-card:nth-child(3) span,
.home-about-capability-card:nth-child(5) span {
  background: #15803d;
}

.home-about-capability-card h3 {
  font-size: 17px;
  line-height: 1.35;
  color: #172033;
  margin: 0 0 5px;
}

.home-about-capability-card p {
  margin: 0;
  color: #607082;
  line-height: 1.55;
}

.home-about-factory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.home-about-factory-grid img {
  width: 100%;
  min-height: 245px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 36, 52, 0.12);
}

.home-about-factory-grid img:nth-child(2) {
  grid-row: span 2;
}

@media (max-width: 991px) {
  .home-about-factory-grid {
    margin-top: 32px;
  }
}
