.team_section .team_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.team_section .images_block > img, .team_section .person_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.team_section .images_block > img, .team_section .person_image > img {
  object-fit: cover;
}

.team_section .images_block iframe, .team_section .person_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

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

.team_section .images_block {
  position: relative;
  overflow: hidden;
}
.team_section .images_block:before {
  display: block;
  content: "";
  padding-bottom: 25%;
}

.team_section .images_block {
  width: 100%;
}
.team_section .page_title {
  margin-top: 50px;
}
.team_section .page_description {
  margin-top: 15px;
}
.team_section .team_container {
  max-width: 1164px;
  margin: 70px auto;
}
.team_section .team_list {
  display: flex;
  flex-wrap: wrap;
}
.team_section .team_list li {
  margin-bottom: 40px;
  text-align: center;
}
.team_section .person_image {
  position: relative;
}
.team_section .person_name {
  font-size: 200%;
  line-height: 29px;
  font-family: "medium", "arm-medium";
  margin-top: 20px;
  color: #303D87;
}
.team_section .person_position {
  font-size: 160%;
  line-height: 24px;
  margin-top: 10px;
  font-family: "medium", "arm-medium";
  color: #4A4A4A;
}
.team_section .position_desc {
  font-size: 160%;
  line-height: 24px;
  color: #999999;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .team_section .team_container {
    margin: 40px auto;
  }
  .team_section .person_name {
    font-size: 160%;
    line-height: 21px;
  }
  .team_section .person_position {
    font-size: 140%;
    line-height: 19px;
    margin-top: 15px;
  }
  .team_section .position_desc {
    font-size: 140%;
    line-height: 19px;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .team_section .images_block:before {
    padding-bottom: 56%;
  }
}

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