/* .who-we-are-section {
  padding-inline: 4%;
} */
.who-we-are-section--wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
}
.img-wrapper {
  flex: 0 1 50%;
}
.img-wrapper img {
  width: 100%;
  height: 500px;
}
.text-wrapper {
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex: 0 1 50%;
}

.text-wrapper h2 {
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 60em) {
  .who-we-are-section--wrapper {
    flex-direction: column;
  }
}
