body {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  background-color: #D9E2F4;
}

.root {
  margin: 0 auto 0 auto;
  width: 375px;
}

.banner > img{
  display: block;
  width: 100%;
}

.team {
  display: flex; 
  flex-direction: column;
  align-items: center;
  background: url('/assets/background1.png') no-repeat;
  min-height: 560px;
  background-size: 100% auto;
}

.team > h1 {
  display: block;
  text-align: center;  
  margin: 0;
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 24px;
  color: #ffffff;
}

.team > .group {
  background-color: rgba(255, 255, 255, .7);
  width: 300px;
  border-radius: 4px;
  border:none;
  padding-top: 24px;
}

.team > .group > .content {
  display: flex;
  flex-direction: column;
  align-items: center; 
  padding-bottom: 20px;
  box-sizing: border-box;
}

.team > .group > .content > .seq {
  padding-bottom: 8px;
  box-sizing: border-box;
}

.team > .group > .content > .seq > img {
  width: 20px;
  height: 30px;
  display: block;
  align-items: center;

}

.team > .group > .content > .title {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #3C3C3C;
  line-height: 1.5;
}

.team > .group > .content > .titles {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #3C3C3C;
  padding-bottom: 8px;
}
