.about-layout {
  margin-top: 20px;
}

.about-photo {
  display: flex;
  justify-content: center;
}

.about-photo img {
  display: block;
  max-width: 220px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--green);
  box-shadow: 0 0 10px var(--green-alpha-25);
}

@media (max-width: 800px) {
  .about-photo {
    margin-top: 16px;
    justify-content: center;
    width: 100%;
  }

  .about-photo img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
  }
}
