@keyframes loadingPulse {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__social {
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__social a[aria-label=Twitter] {
  font-size: 30px;
  margin-left: 10px;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__social a[aria-label=Twitter] i {
  color: #1da1f2;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__social a[aria-label=Linkedin] {
  font-size: 30px;
  margin-left: 10px;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__social a[aria-label=Linkedin] i {
  color: #0072b1;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__expertise ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__extra-info {
  margin-top: 15px;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__extra-info h2, .custom-wp-block__profile-info .custom-wp-block__profile-info__extra-info ul {
  margin: 0;
}
.custom-wp-block__profile-info .custom-wp-block__profile-info__extra-info ul {
  padding-left: 25px;
}

/*# sourceMappingURL=profile-info.css.map */
