.profile-header {
  width: 100%;
  height: 350px;
  object-fit: cover;
  max-height: 350px;
}

.profile-img {
  height: 120px;
  border: 3px solid $foreground-color;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  top: -75px;
  max-width: 220px;
}