.az-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.az-profile-image img {
  border-radius: 100px;
  height: 100px;
  width: 100px;
  max-width: inherit;
}

.az-profile-info {
  margin: 0 0 0 var(--space);
  color: var(--color-grey-darkest);
}

.az-profile-info h3 {
  color: var(--color-grey-dark);
  font-size: 1.1rem;
  font-weight: bold;
}

.az-profile-info a {
  color: var(--color-grey-darkest);
}

.az-profile-info a:hover {
  text-decoration: underline;
}
