
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }

        .about-section {
            padding: 30px 0;
            background-color: #f8f9fa;
        }

        .about-section h2 {
            color: #0d6efd;
            font-size: 2rem;
            font-weight: 500;
            margin-bottom: 25px;
        }

        .about-text {
            margin-bottom: 20px;
        }

        .video-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            position: relative;
            height: 275px;
            width: 100%;
            /* padding-bottom: 56.25%; */

        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .partner-text {
            color: #0d6efd;
            font-weight: 600;
        }

        .journey-section {
            padding: 30px 0;
            background-color: #f8f9fa;
        }

        .journey-section h2 {
            color: #0d6efd;
            font-size: 2rem;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .section-spacing {
            height: 80px;
        }

        @media (max-width: 768px) {
            .about-section, .journey-section {
                padding: 20px 0;
            }
            
            .about-section h2, .journey-section h2 {
                font-size: 1.8rem;
            }
            
            .section-spacing {
                height: 40px;
            }
        }
