.team_section .team_list .member_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team_section .team_list .member_image > img {
  object-fit: cover;
}

.team_section .team_list .member_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.team_section .team_list .member_image {
  position: relative;
  overflow: hidden;
}
.team_section .team_list .member_image:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.team_section .team_list {
  position: relative;
  margin-top: 50px;
}
.team_section .team_list ul {
  list-style: none;
  padding: 0;
  text-align: center;
  position: relative;
}
.team_section .team_list .team_name {
  margin-top: 20px;
  font-size: 240%;
  line-height: 33px;
  color: #4A4A4A;
  font-family: '"bold"', "arm-bold";
}
.team_section .team_list .position {
  margin-top: 6px;
  font-size: 180%;
  line-height: 25px;
  color: #4A4A4A;
  font-family: '"bold"', "arm-bold";
}
.team_section .team_list li {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.team_section .team_list:before {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  margin-top: -25px;
  margin-bottom: 50px;
  width: 100%;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: #f1f3f4;
}
@media (max-width: 1199px) {
  .team_section .team_list .team_name {
    font-size: 200%;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .team_section .team_list li {
    margin-bottom: 30px;
  }
  .team_section .team_list .team_name {
    font-size: 180%;
    line-height: 24px;
    margin-top: 10px;
  }
  .team_section .team_list .position {
    font-size: 140%;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .team_section .team_list:before {
    top: 5%;
    bottom: 5%;
  }
}
@media (max-width: 413px) {
  .team_section .team_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.team_section .team_info, .team_section .mail_info {
  font-size: 160%;
  line-height: 22px;
  color: #666666;
  font-family: "medium", "arm-medium";
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .team_section .team_info, .team_section .mail_info {
    font-size: 140%;
    line-height: 19px;
  }
}
@media (max-width: 575px) {
  .team_section .team_info, .team_section .mail_info {
    font-size: 120%;
    line-height: 17px;
  }
}

/*# sourceMappingURL=our_team.css.map */
