.about-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
}

.about-header h1 {
  font-size: 2.8em;
  text-align: center;
  color: #b51257;
  font-weight: 700;
  margin-bottom: 10px;
}

.quote {
  text-align: center;
  font-style: italic;
  color: #555;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.about-content {
  font-size: 1.15em;
  line-height: 1.9;
  color: #2d2d2d;
}

.about-content p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-container {
    padding: 20px;
  }

  .about-header h1 {
    font-size: 2em;
  }

  .about-content {
    font-size: 1em;
  }
}
.about-logo {
  display: block;
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #cc3366;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-logo:hover {
  transform: scale(1.05);
}

.about-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px;
  background: linear-gradient(145deg, #ffffff, #f5f5f5);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
}

.about-header h1 {
  font-size: 2.8em;
  text-align: center;
  color: #b51257;
  font-weight: 700;
  margin-bottom: 10px;
}

.quote {
  text-align: center;
  font-style: italic;
  color: #555;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.about-content {
  font-size: 1.15em;
  line-height: 1.9;
  color: #2d2d2d;
}

.about-content p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-container {
    padding: 20px;
  }

  .about-header h1 {
    font-size: 2em;
  }

  .about-content {
    font-size: 1em;
  }

  .about-logo {
    width: 100px;
    height: 100px;
  }
}
