.team-info-section-wrapper {
  margin-top: 25px;
}
.team-info-section-wrapper h3 {
  font-size: 1.375rem;
}
.team-info-section-wrapper .team-info-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.team-info-section-wrapper .team-info-item:not(:last-child) {
  margin-right: 20px;
}
.team-info-section-wrapper .team-info-item .team-meta {
  max-width: 285px;
  margin-top: 15px;
}
.team-info-section-wrapper .team-info-item .team-meta .team-name {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.team-info-section-wrapper .team-info-item .team-meta .team-slogan {
  font-size: 12px;
}
.team-info-section-wrapper .team-info-item .team-meta .team-post {
  max-width: 200px;
}
.team-info-section-wrapper .team-info-item .team-meta span {
  word-break: break-all;
}
.team-info-section-wrapper .team-info-item .team-meta span a {
  text-decoration: none;
  color: inherit;
}
.team-info-section-wrapper .team-info-item .team-meta span:hover {
  color: var(--ast-global-color-1);
}
.team-info-section-wrapper .team-info-item .team-meta svg {
  width: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.team-info-section-wrapper .team-info-item .team-meta svg path {
  fill: var(--ast-global-color-1);
}
.team-info-section-wrapper .team-info-item img {
  box-shadow: -10px -10px 0 var(--ast-global-color-0);
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 10px;
  max-width: 275px;
}
.team-info-section-wrapper .team-info-item.green img {
  box-shadow: -10px -10px 0 var(--ast-global-color-1);
}

/*# sourceMappingURL=team-group.css.map */
