.RealtorInfo {
  display: flex;
  gap: 1em;
  align-items: start;
}
.RealtorInfo__headshot {
  width: 75px;
  min-width: 75px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.RealtorInfo__info {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.RealtorInfo__info > * {
  margin: 0;
}
