/* === Tentang Kami Page Style === */

.about-section {
  padding: 80px 10%;
  background: #b7d7f8;
  color: #211f1f;
}

.about-section h1 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #242121;
  letter-spacing: 1px;
}

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

/* Map Section */
.map-section {
  padding: 60px 10%;
  background: #fff;
  text-align: center;
}

.map-section h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.map-section p {
  margin-bottom: 25px;
  color: #555;
}

.map-container {
  width: 100%;
  max-width: 1000px;
  height: 400px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .about-section, .map-section {
    padding: 50px 5%;
  }

  .about-section h1, .map-section h2 {
    font-size: 1.6rem;
  }
}
