.team_title{
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  color: #0087b6;
  line-height: 1.2;
}

.team_title_en {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  color: #0087b6;
  line-height: 1.2;
}

.team_name {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
  color: #0087b6;
  line-height: 1.2;
}

.team_name_en {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 500;
  color: #0087b6;
  line-height: 1.2;
}

.team_info {
  padding-bottom: 15px;
}

.team_info p {
  margin: 0;
  font-size: 25px;
  color: #0087b6;
  line-height: 1.2;
}

.team_info p.team_motto {
  margin-top: 20px;
}

.team_description {
  font-size: 16px;
  margin-top: 0px;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media (min-width: 991px) {
  .team_description {
    padding: 0 25px;
  }
}
.team-video{
  margin-bottom: 30px;
}

img.team-detail-img{
  margin-bottom: 50px;
}

footer {
  margin-top: 0px;
  border-top: 0px;
}
