/* About */
.about-content {
  background: linear-gradient(135deg, #fff8dc 0%, #fffacd 100%);
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(184, 134, 11, 0.2);
  border: 2px solid #daa520;
  margin: 2rem 0;
}

.about-content h2 {
  color: #8b4513;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.about-content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
}
