.container:first-of-type .team {
  padding-top: 9.6rem;
}

.team {
  padding-top: 3.6rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
@media (min-width: 1260px) {
  .team {
    padding-right: 0;
    padding-left: 0;
  }
}
.team h2 {
  position: relative;
}
.team h2::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 0;
  height: 3px;
  width: 2.4rem;
  background-color: rgb(26, 23, 27);
}
.team__category__persons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.team__person {
  position: relative;
  width: 100%;
  padding: 1.2rem;
}
@media (min-width: 600px) {
  .team__person {
    width: 50%;
  }
}
.team__person img {
  max-width: 100%;
  display: block;
}
.team__person:hover .team__person__info {
  opacity: 1;
}
.team__person__info {
  background-color: rgb(255, 255, 255);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1260px) {
  .team__person__info {
    transition: opacity ease-in-out 0.25s;
    opacity: 0;
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
  }
}
.team__person__info h3 {
  font-weight: 300;
  margin-top: 0;
  font-size: 1.5rem;
}
.team__person__mail {
  margin-top: 1.2rem;
  font-size: 0.85rem;
}
.team__person__mail a {
  color: currentColor;
  text-decoration: none;
}

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