.profile-photo {
  max-width: 220px;
}

@media (max-width: 767.98px) {
  .profile-photo {
    max-width: 160px;
  }
}
/* css styles */
