@import url('common.css');

.about-section {
  margin-top: 2rem;
}

.about-section h2 {
  color: #007b8a;
  margin-top: 1.5rem;
}

.about-photo {
  width: 100%;
  border-radius: 12px;
  margin-top: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
