body {
  font-family: "Archivo", sans-serif;
  padding: 0;
  margin: 0;
}

.au-banner {
  width: 100%;
  height: 600px;
  position: relative;
  background: url("../image/about-us-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.au-banner img {
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.au-banner-title {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15%;
  font-size: 36px;
  color: white;
  z-index: 11;
}

.au-mission {
  display: flex;
  padding: 5rem 0;
}

.au-mission-left {
  width: 40%;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}

.au-mission-right {
  width: 60%;
  max-width: 600px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.06em;
}

.au-vision {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../image/about-us-people.png");
  background-position: center center;
}

.au-team {
  display: flex;
  justify-content: center;
  margin: 3rem 0 4rem;
}

.au-team-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2rem;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.06em;
}

.au-team-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.au-team-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.03em;
  max-width: 250px;
}

.au-team-members {
  display: flex;
  justify-content: center;
}

.au-team-member {
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 2rem 2rem 0 2rem;
  border: 1px solid #ebebeb;
}

.au-team-member img {
  width: 240px;
  height: 300px;
  object-fit: cover;
}

.au-team-member-name-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
}

.au-team-member-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 1rem 0;
  text-transform: uppercase;
}

.au-team-member-name {
  font-size: 16px;
  line-height: 26px;
  color: #474747;
}

.au-team-member-name-container img {
  width: 16px;
  height: 18px;
  object-fit: cover;
}

.au-our-investors-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  padding: 5rem 0 0;
}

.au-our-investors {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.au-our-investors img {
  margin: 0 3rem;
  width: 143px;
}

.au-join-out-team-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #1e2425;
  text-align: center;
  padding-top: 3rem;
}

.au-apply {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: #515151;
  text-align: center;
  padding-bottom: 4rem;
}

.au-apply-careers {
  color: #b001b8;
}

.au-brands img {
  margin-bottom: 3rem;
}

.au-brands-sub {
  text-align: center;
  font-size: 24px;
  margin: 2rem 0 4rem;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1050px) {
  .au-banner {
    height: 300px;
  }
  .au-mission {
    flex-direction: column;
    align-items: center;
  }
  .au-mission-left {
    margin-bottom: 2rem;
  }
  .au-team {
    flex-direction: column;
    align-items: center;
  }
  .au-team-left {
    margin-bottom: 2rem;
  }
  .au-team-members {
    flex-direction: column;
    align-items: center;
  }
  .au-our-investors {
    flex-direction: column;
  }
  .au-our-investors img {
    padding: 2rem 0;
  }
  .au-brands img {
    width: 90%;
    height: auto;
  }
}
