body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  color: #333;
}

.about-hero {
  background: linear-gradient(to right, #003366, #007acc);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.about-hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.about-hero p {
  font-size: 18px;
  opacity: 0.9;
}

.about-content {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 10px;
}

.about-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.about-text p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.about-images {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.about-images img {
  width: calc(33.333% - 13.33px);
  border-radius: 10px;
  object-fit: cover;
  height: 200px;
}

.about-video {
  margin-top: 40px;
}

.about-video h3 {
  margin-bottom: 10px;
  color: #003366;
}

.about-address {
  margin-top: 40px;
  background: #eef3f7;
  padding: 20px;
  border-radius: 10px;
}

.about-address h3 {
  margin-bottom: 10px;
  color: #003366;
}


.about-video {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.about-video video {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
