.about-us-card {
  background: white;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.about-us-image img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.about-us-content h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.about-us-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.about-us-content .btn {
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background-color: #f97b5f;
  border-color: #f97b5f;
  color: white;
  transition: background-color 0.3s ease;
}

.about-us-content .btn:hover {
  background-color: #d9654d;
}

.flag-icon {
  width: 1.2em; /* Match emoji size */
  height: auto;
  vertical-align: middle; /* Aligns with text baseline */
  margin-left: 0.2em;
  margin-right: 0.2em;
}
