.about {
  max-width: 600px;
  margin: 60px auto;
  padding: 0 20px;
}

.about img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
  margin-bottom: 30px;
}

.about h1 {
  margin-bottom: 20px;
}

.about p {
  line-height: 1.5;
}

.contact {
  margin-top: 30px;
  font-size: 0.9em;
}