.sd-block-team .team-img {
  border: 2px solid #dce11f;
}
.sd-block-team .team-content .team-function {
  color: #dce11f;
  font-family: "Lato";
}
.sd-block-team .team-content a {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  display: flex;
  align-items: center;
}
.sd-block-team .team-content a svg {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  color: #dce11f;
}
.sd-block-team .team-content a:hover {
  color: #dce11f;
}

@media screen and (max-width: 1600px) {
  .sd-block-team .team-content a {
    font-size: 16px;
  }
  .sd-block-team .team-content a svg {
    height: 12px;
    width: 12px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-team .team-content a svg {
    height: 11px;
    width: 11px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-team.mobile-hide-yes {
    display: none;
  }
}

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