@import url("https://use.typekit.net/epw5rih.css");
.sd-team-overview {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 30px;
}
.sd-team-overview .team-member {
  position: relative;
}
.sd-team-overview .team-member figure {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  padding-top: 150%;
  overflow: hidden;
  display: block;
  margin: 0;
}
.sd-team-overview .team-member figure img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.sd-team-overview .team-member .team-member-info-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  width: calc(100% - 60px);
  box-sizing: border-box;
  position: absolute;
  padding: 15px;
  bottom: 30px;
  left: 30px;
}
.sd-team-overview .team-member .team-member-info-container .team-member-info {
  grid-template-columns: repeat(2, auto);
  align-items: end;
  display: grid;
  gap: 15px;
}
.sd-team-overview .team-member .team-member-info-container .team-member-info .team-member-office {
  display: flex;
  flex-direction: column;
}
.sd-team-overview .team-member .team-member-info-container .team-member-info .team-member-office a {
  color: #ff4600;
}
.sd-team-overview .team-member .team-member-info-container .team-member-info .team-member-social a.social-icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff4600;
  display: block;
  height: 24px;
  width: 24px;
  color: #fff;
}
.sd-team-overview .team-member .team-member-info-container .team-member-info .team-member-social a.social-icon svg {
  margin: 3px;
  height: 18px;
  width: 18px;
}

@media screen and (max-width: 1400px) {
  .sd-team-overview {
    grid-template-columns: repeat(3, 1fr);
  }
  .sd-team-overview .team-member .team-member-info-container {
    width: calc(100% - 45px) !important;
  }
}
@media screen and (max-width: 1000px) {
  .sd-team-overview {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .sd-team-overview .team-member {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .sd-team-overview .team-member .team-member-info-container {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 600px) {
  .sd-team-overview {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1600px) {
  .sd-team-overview {
    gap: 25px;
  }
  .sd-team-overview .team-member .team-member-info-container {
    bottom: 25px;
    left: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-team-overview {
    gap: 22px;
  }
  .sd-team-overview .team-member .team-member-info-container {
    bottom: 22px;
    left: 22px;
  }
}

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