.wp-block-profile {
  --block-color-text: #666666;
  --block-color-background: #eef0f8;
  --block-color-link: #5770BE;
  --block-color-link-hover: #000000;
  --block-color-headings: #000000;
  color: var(--block-color-text);
  background-color: var(--block-color-background);
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-profile a {
  color: var(--block-color-link);
}
.wp-block-profile a:hover, .wp-block-profile a:active, .wp-block-profile a:focus {
  color: var(--block-color-link-hover);
}
.wp-block-profile h2,
.wp-block-profile h3,
.wp-block-profile h4,
.wp-block-profile h5,
.wp-block-profile h6 {
  color: var(--block-color-headings);
}
.wp-block-profile .title {
  color: var(--block-color-headings);
}
.wp-block-profile figure {
  border-top: 5px solid #5770BE;
  border-bottom: 5px solid #5770BE;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 500px) {
  .wp-block-profile figure {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.wp-block-profile figcaption {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.625rem;
  min-width: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.wp-block-profile figcaption .name {
  font-family: "Marianne-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.wp-block-profile figcaption .role {
  font-style: italic;
}
.wp-block-profile figcaption .company {
  display: block;
}
.wp-block-profile figcaption img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-profile figcaption a {
  font-family: "Marianne-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}/*# sourceMappingURL=profile.css.map */