.photo {
  margin-top: 20px;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.page-hero-content p {
  margin: 20px auto 0.5rem auto;
  max-width: 800px;
  color: var(--color-text);
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 768px) {
  .photo {
    max-width: 90%;
  }
}
