/* About Page */
#page-header.about-header { background-image: url('../img/about/banner.png'); }

#about-head {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#about-head img { width: 45%; border-radius: 10px; max-width: 500px; }
#about-head div { flex: 1; }
#about-head h2 { font-size: 2rem; margin-bottom: 15px; }
#about-head abbr { font-style: italic; color: #088178; font-size: 15px; }
#about-head marquee { margin-top: 15px; border-radius: 6px; padding: 12px 0; font-weight: 600; color: #088178; background: #e8f6f5; }

#about-app { text-align: center; background: #f4f4f4; }
#about-app h1 { font-size: 2rem; }
#about-app h1 a { color: #088178; text-decoration: none; }
#about-app .video { margin-top: 20px; }
#about-app video { width: 80%; max-width: 700px; border-radius: 12px; }

.team-section { padding: 40px 80px; text-align: center; }
.team-section h2 { font-size: 2rem; margin-bottom: 30px; }
.team-grid { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.team-card { width: 200px; text-align: center; }
.team-card img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 3px solid #088178; }
.team-card h4 { font-size: 16px; margin: 10px 0 5px; }
.team-card p { font-size: 13px; color: #088178; margin: 0; }
