/*about us*/
.about-container {
            width:90%;
            max-width:900px;
            margin:auto;
            padding:40px 0;
        }

        .about-box {
            background:#1a1a1a;
            padding:30px;
            border-radius:10px;
            box-shadow:0 0 10px rgba(255,255,255,0.1);
        }

        h1 {
            text-align:center;
            color:#f5c518;
            margin-bottom:20px;
        }

        h2 {
            color:#f5c518;
            margin-top:25px;
        }

        p {
            line-height:1.7;
            font-size:16px;
            color:#e6e6e6;
        }

        .team-section {
            margin-top:30px;
        }

        .footer-note {
            margin-top:40px;
            text-align:center;
            font-size:14px;
            color:#b3b3b3;
        }