/* About Us Hero Section */
.about-hero {
  text-align: center;
  padding: 48px 0 18px 0;
}
.about-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.about-hero .highlight {
  color: #035632;
}
.about-intro {
  color: #555;
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 18px auto;
}
.about-readmore {
  color: #035632;
  cursor: pointer;
  font-weight: 600;
}

/* Factsheet Section */
.about-factsheet {
  background: #ffffffa4;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
  padding: 40px 30px 32px 30px;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.about-factsheet h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 28px;
  text-align: center;
}
.factsheet-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.factsheet-col {
  flex: 1 1 350px;
  min-width: 260px;
  background: #20690e42;
  border-radius: 12px;
  padding: 28px 22px 18px 22px;
  box-shadow: 0 2px 12px rgba(0,102,204,0.04);
  margin-bottom: 18px;
}
.factsheet-col h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #094926d7;
  margin-bottom: 12px;
  margin-top: 18px;
}
.factsheet-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.factsheet-col li {
  color: #444;
  font-size: 1.05rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.factsheet-banks {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 18px;
}
.factsheet-banks li {
  color: #333;
  font-size: 0.98rem;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .factsheet-grid {
    flex-direction: column;
    gap: 18px;
  }
  .about-factsheet {
    padding: 24px 8px 18px 8px;
  }
  .factsheet-col {
    padding: 18px 8px 10px 8px;
  }
}
@media (max-width: 600px) {
  .about-hero h1 {
    font-size: 1.3rem;
  }
  .about-factsheet h2 {
    font-size: 1.1rem;
  }
}

.export-flag {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; /* Aligns the flag vertically with the text */
  margin-right: 8px; /* Optional: adds space between the flag and country name */
}
