.team-posts .team-slide-1, .team-posts .team-slide-1 .member-socials li a, .team-posts .team-slide-1 .member-socials li a svg {
  transition: all 0.3s;
}

.team-posts .team-slide-1 .member-socials li a {
  display: flex;
}

.team-posts .team-slide-1 .member-socials li a {
  justify-content: center;
}

.team-posts .team-slide-1 .member-socials li a {
  align-items: center;
}

.team-posts .team-item-wrapper {
  position: relative;
  z-index: 10;
}
.team-posts .team-slide-1 {
  position: relative;
  padding: 10px;
  background: var(--ae-color-white);
}
.team-posts .team-slide-1 .member-avatar img {
  height: 150px;
  width: 150px;
  object-position: center center;
  object-fit: cover;
  border-radius: 5px;
}
.team-posts .team-slide-1 .member-name {
  margin-top: 16px;
  font-size: 13px;
  font-weight: bold;
  color: var(--ae-color-dark);
}
.team-posts .team-slide-1 .member-position, .team-posts .team-slide-1 .member-expertise {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  color: var(--ae-color-gray);
}
.team-posts .team-slide-1 .member-expertise {
  margin-top: 0;
  font-weight: normal;
}
.team-posts .team-slide-1 .member-socials {
  margin-top: 4px;
}
.team-posts .team-slide-1 .member-socials li a {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: var(--ae-color-white-gray-high);
}
.team-posts .team-slide-1 .member-socials li a svg {
  width: 16px;
  height: 16px;
  fill: var(--ae-color-white);
}
.team-posts .team-slide-1 .member-socials li a:hover {
  background: var(--ae-color-main-1);
}
.team-posts .team-slide-1 .member-socials li a:hover svg {
  fill: var(--ae-color-dark-high);
}

/*# sourceMappingURL=team-slider-1.css.map */
