.team-background {
  background-image: url("/assets/img/ybsm-background_03.webp");
  background-size: cover;
  background-position: center;
  background-color: rgb(0, 0, 0);
}

.team-main-section-two {
  height: 95vmin;
  background: rgb(245, 234, 255);
  display: flex;
  flex-direction: column;
}

.team-two-container {
  width: 70%;
  margin: auto;
}

.team-two-container h2 {
  color: rgb(24, 21, 19);
  margin-bottom: 25px;
  margin-top: -50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-two-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(78, 77, 77, 0.822);
}

.team-img-wrapper {
  width: 39%;
  display: flex;
  justify-content: center;
  padding: 65px 0;
  background-color: rgba(65, 64, 64, 0.938);
}

.team-img-wrapper img {
  width: 20vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.295),
    0 6px 20px 0 rgba(0, 0, 0, 0.137);
}

.team-list-wrapper {
  width: 55%;
  padding-right: 20px;
}

.team-list-name {
  margin-bottom: 20px;
}

.dot {
  list-style: disc;
  margin-left: 15px;
}

.team-img-wrapper {
  padding: 40px 0;
}
