body {
  background-color: #f4f1ec;
  color: #333;
}



h1 {
  margin: 0;
  font-size: 2.5rem;
}

.about-section {
  padding: 50px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #2f2f2f;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.about-content img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-content .text {
  flex: 1;
  min-width: 280px;
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

footer {
  background-color: #2f2f2f;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 50px;
}