.RealtorArchive__profile {
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
}
.RealtorArchive__headshot {
  width: 220px;
  height: 220px;
}
.RealtorArchive__contacts {
  flex-direction: row;
}
.RealtorArchive__properties-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.RealtorArchive__cta-buttons {
  flex-direction: row;
}
