.team-title {
  margin-top: 38px;
  color: #393939;
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  padding-left: 12px;
}
.team-title::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 19px;
  background: #D22427;
  position: relative;
  left: -12px;
  top: 1px;
}
.team-main {
  margin-top: 60px;
  color: #393939;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
}
.team-img {
  margin-top: 80px;
  width: 100%;
}
#main {
  padding-bottom: 100px;
}

.team .wrapper {
  width: calc(186px * 5);
}