.aboutUs {
  margin-left: 50px;
  animation: fade-in 1s ease-in-out;
  color: #f2f2f2;
}

.aboutUsContainer {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

.aboutUsHeader {
  text-align: center;
  margin-bottom: 20px;
}

.AboutLogo {
  width: 200px;
  margin-bottom: 10px;
}

.missionStatement {
  padding: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 22px;
}

.teamContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--Brand-Color-001);
}

.teamMember {
  background-color: #f2f2f2;
  color: #000000;
  margin: 20px;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 22px;}

.teamMemberSpan {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.teamMemberSpan img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.memberDetails h3 {
  margin: 0;
  font-size: 1.5em;
}

.memberDetails p {
  margin: 5px 0;
}

.AboutVid01 {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}

.tiktok-embed {
  margin-top: 15px;
  width: 100%;
  max-width: 780px;
}

@media (max-width: 768px) {
  .teamContainer {
    flex-direction: column;
  }

  .teamMember {
    width: 90%;
  }
}