.about__photo {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 0;
}

.about__photo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 650px) {
  .about__photo {
    inset: 35px 0 70px;
  }
}
