.block-team .department.has-transparant-background-color + .department.has-transparant-background-color {
  padding: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .block-team .department.has-transparant-background-color + .department.has-transparant-background-color {
    padding: 0 0 30px 0;
  }
}
.block-team .department.has-transparant-background-color + .department.has-transparant-background-color .container {
  position: relative;
}
.block-team .department.has-transparant-background-color + .department.has-transparant-background-color .container::before {
  content: "";
  background-image: url("../../images/linebetween-department.svg");
  display: block;
  width: 100%;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .block-team .department.has-transparant-background-color + .department.has-transparant-background-color .container::before {
    background-image: url("../../images/linebetween-department-mobile.svg");
    max-width: calc(100% - 30px);
    left: 15px;
  }
}
.block-team .department_description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.block-team .department .team--member {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .block-team .department .team--member > * {
    padding: 0 5px;
  }
}
.block-team .department .team--member_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-team .department .team--member_photo img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  border: 1px solid #2bcd2a;
}
@media screen and (max-width: 991px) {
  .block-team .department .team--member_photo img {
    max-width: 220px;
  }
}
.block-team .department .team--member_name {
  margin-bottom: 0;
}
.block-team .department .team--member p {
  margin-top: 0;
}
.block-team .department .team--member .phone,
.block-team .department .team--member .email {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.3;
}
.block-team .department .team--member .phone i,
.block-team .department .team--member .email i {
  margin-right: 15px;
}
.block-team .department .team--member a + a.email {
  margin-top: 5px;
}

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