.main-title-container {
  height: 160px;
  background-image: url('../images/related-bg.png');
  background-size: 100% 100%;
}

.main-title {
  font-size: 24px;
  font-weight: 500;
  color: #232423;

  width: 1200px;
  margin: auto;
  padding-left: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.main-title-underline {
  width: 48px;
  height: 3px;
  background: #04592F;
  position: relative;
  left: 48px;
  margin-top:7px;
}

.team-container {
  height: 1920px;
  background-color: #F2F5F4;
  padding-top: 52px;
}

.member-container {
  height: 380px;
  width: 1200px;
  background-color: #FFFFFF;
  margin: auto;
  margin-bottom: 81px;
}

.member-image-container {
  float: left;
  width: 380px;
  height: 380px;
}

.member-image {
  display: block;
  margin: auto;
}

.member-profile {
  float: left;
  width: 820px;
  font-size: 16px;
  font-weight: 400;
  color: #585959;
  line-height: 36px;
  padding: 8px 16px;
}

.member-profile .member-title{
  font-weight:bold;
}
.member-profile .member-description{
  font-size:15px;
}

.member-name {  
  font-size: 16px;
  font-weight: 400;
  color: #585959;
  margin: auto;
  position: relative;
  bottom: 28px;
  line-height: 52px;
  font-weight:bold;

  width: 194px;
  height: 58px;
  border: #04592F solid 1px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
}