.who-are-we-content {
  max-width: 700px;
  padding: 12px;
  margin-left: 20px;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.who-are-we-container {
  width: 100%;
  background-image: linear-gradient(to bottom, #ffffff, #f0eef6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.who-are-we-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.who-are-we-body p {
  width: 100%;
}

.who-are-we-link {
  text-decoration: none;
}
