/**
* Block Name: team
*/
section.team .team_item {
  margin-bottom: 24px;
}
section.team img {
  margin-bottom: 18px;
}

section.team .cf {
  position: relative;
}

section.team .cf img.portait_image {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

section.team .cf img.portait_image:hover {
  opacity: 0;
}

section.team span.text_position {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  section.team .team_item {
    margin-bottom: 40px;
  }
  section.team img {
    margin-bottom: 30px;
  }
}
