.sd-block-team .team-inner {
  display: flex;
}
.sd-block-team .team-inner .team-photo {
  margin-right: 30px;
}
.sd-block-team .team-inner .team-photo img {
  display: block;
  width: 190px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-block-team .team-inner .team-content .contact-info {
  margin-bottom: 10px;
}
.sd-block-team .team-inner .team-content .contact-info.function {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #ff7a00;
  margin-bottom: 20px;
}
.sd-block-team .team-inner .team-content .contact-info a {
  color: #FFF;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.sd-block-team .team-inner .team-content .contact-info a:hover {
  color: #ff7a00;
  transition: all 0.3s ease;
}
.sd-block-team .team-inner .team-content .contact-info .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.sd-block-team .team-inner .team-content .contact-info .contact-icon svg {
  width: 20px;
  height: 20px;
  color: #ff7a00;
}

@media screen and (max-width: 1600px) {
  .sd-block-team .team-inner .team-content .contact-info.function {
    font-size: 13px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-team .team-inner .team-content .contact-info.function {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-team.mobile-hide-yes {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .sd-block-team .team-inner {
    flex-direction: column;
  }
}

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