.profile-photo {
  width: 94px;
  height: 116px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 50px;
}

@media (max-width: 730px) {
  .profile-photo {
    width: 80px;
    height: 100px;
  }
}
