.cc-tile-team {
  padding-top: 150px;
}

.team-more_icon {
  background: #1075bc;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: white;
  position: absolute;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  margin-top: 5px;
}

.card--team .card-img-top {
  width: 300px;
  height: 300px;
  margin: auto;
  margin-top: -150px;
}

.card--team a:hover, .card--team a:focus {
  text-decoration: none;
}
/*# sourceMappingURL=teamTile.css.map */