.who-we-are-about {
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

@media screen and (max-width: 767px) {
  .who-we-are-container {
    padding: 0;
  }
}

.who-we-are-background-wrapper {
  padding: clamp(80px, 361px - 281 * (100vw - 393px) / 887, 361px) clamp(20px, 60 * (100vw - 393px) / 887 + 20px, 80px) clamp(50px, 30 * (100vw - 393px) / 887 + 50px, 80px) clamp(20px, 60 * (100vw - 393px) / 887 + 20px, 80px);
  border-radius: 24px;
  background-color: lightgray;
  display: flex;
  justify-content: flex-end;
}

.who-we-are-content-wrapper {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 24 * (100vw - 393px) / 887 + 8px, 32px);
  max-width: 600px;
  padding: clamp(20px, 30 * (100vw - 393px) / 887 + 20px, 50px);
}

.who-we-are-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(16px, 26 * (100vw - 393px) / 887 + 16px, 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 54.6px */
}

.who-we-are-description {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(14px, 10 * (100vw - 393px) / 887 + 14px, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
/*# sourceMappingURL=who-we-are-about.css.map */
