.team-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-box .wp-block-group {
  padding: 0 !important;
}
.team-box img {
  border-radius: 25px;
  margin-bottom: 25px;
}
.team-box p {
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
  font-size: 0.9em !important;
}
.team-box h3 {
  font-size: 1.75em !important;
  margin: 0 0 10px 0 !important;
}
.team-box .wp-social-link {
  background-color: black;
  border-radius: 8px;
  transform: none;
  transition: var(--base-transition);
}
.team-box .wp-social-link svg {
  height: 25px;
  width: 25px;
}
.team-box .wp-social-link a {
  opacity: 1 !important;
}
.team-box .wp-social-link:hover {
  background-color: var(--brand-color-secondary);
}
.team-box .wp-social-link span.wp-block-social-link-label {
  font-size: 1em;
}
.team-box ul {
  padding: 0 !important;
}/*# sourceMappingURL=about.css.map */