#team {
  margin-top: 50px;
}

#team h1 {
  font-family: 'Heebo', sans-serif;
  font-size: 55px;
  font-weight: 300;
  color: #30cee1;
  margin-bottom: 46px;
}

#team h1 span {
  font-weight: 500;
}

#team .team-story p {
  font-size: 18px;
  margin-bottom: 25px;
}


@media screen and (min-width: 1024px) {
  #team .img-team {
    margin-top: -60px;
    margin-left: 70px;
  }

}

.team-thumbnail-content {
  margin-top: 90px;
}

.team-thumbnail-content:not(.second) .team-thumbnail {
  margin-top: 45px;
}

.team-thumbnail {
  text-align: center;
}

.team-thumbnail h4 {
  color: #0dc0ce;
  font-size: 18px;
  margin-top: 42px;
  margin-bottom: 0;
  font-weight: 500;
}

.team-thumbnail-content.second {
  margin: 0 auto;
  float: none;
}

.team-thumbnail-content.second .team-thumbnail {
  margin-top: 50px;
}

.img-blue {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
  transition: ease all 0.5s;
}

.img-blue:hover {
  opacity: 1;
}
