.about-img{width:100%;border-radius:12px;display:block}
.about-divider{width:148px;height:3px;background:#e74c3c;border:none;margin:8px 0 28px 0}
.about-video-wrap{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.16)}
.about-video-wrap video{width:100%;display:block}
.about-team-wrap{background:#f4f7f9;border-radius:16px;padding:32px 24px;margin-top:10px}
.about-team-card{display:flex;align-items:center;gap:24px;background:#fff;border-radius:12px;box-shadow:0 3px 16px rgba(0,0,0,.08);padding:24px;margin-bottom:20px}
.about-team-card:last-child{margin-bottom:0}
.about-team-img{width:100px;height:100px;border-radius:20%;object-fit:cover;flex-shrink:0;border:3px solid #ebf2f6;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.about-team-text{flex:1}
@media(max-width:767px){.about-team-card{flex-direction:column;text-align:center}.about-team-img{width:80px;height:80px}}
