.about-section {
  background-color: #fffaf5;
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #3b2c1a;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.about-image {
  flex: 1 1 45%;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.about-text {
  flex: 1 1 50%;
}

.about-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #6b3f25;
}

.about-text p {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 1rem;
}
