.who-we-are-responsive-image-container {
  width: 100%;
  max-width: 90%; /* Optional: set max width */
  margin: 0 auto;   /* Center the container */
  padding: 10px;
  box-sizing: border-box;
}

.who-we-are-responsive-image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Optional: add styling */
}

.whoweare-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  padding-top: 30px; /* Added padding here */
}

.whoweare-column {
  flex: 1 1 300px;
  min-width: 280px;
  text-align: justify;
}

.section-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.intro-text {
  flex: 1;
  display: inline-block;
  text-align: justify;
}

.whoweare-column ul {
  padding-left: 20px;
  margin: 0;
  text-align: justify;
}

.whoweare-column ul li {
  margin-bottom: 8px;
}

.ourcommitment-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding-top: 30px;
}

.ourcommitment-column {
  flex: 1 1 300px;
  min-width: 300px;
  max-width: 400px;
  text-align: left;
}

.section-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.intro-text {
  flex: 1;
  display: inline-block;
  text-align: left;
}

.ourcommitment-container ul {
  padding-left: 20px;
  margin: 0;
  text-align: left;
}

.ourcommitment-container ul li {
  margin-bottom: 8px;
}
