        @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;700&display=swap');
        
        body {
            font-family: 'Noto Serif SC', serif;
            background-color: #f8f8f8;
            color: #333;
        }
        
        .transition-smooth {
            transition: all 0.3s ease;
        }

        .content-container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .about-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1600585152220-90363fe7e115?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1600&q=80');
            background-size: cover;
            background-position: center;
        }
        
        .company-intro {
            background:url('https://omo-oss-image1.thefastimg.com/portal-saas/…ms/image/42501cfe-db7d-4640-b020-34a82ffd54b0.jpg');
            background-size: cover;
            background-position: center;
            padding: 4rem 0;
        }
        
        .mission-card {
            background-color: #f0fff4;
            border-left: 5px solid #16a34a;
        }
		
		        .timeline-item:not(:last-child):after {
            content: '';
            position: absolute;
            left: 18px;
            top: 40px;
            height: calc(100% - 40px);
            width: 2px;
            background-color: #16a34a;
        }
        
        .founder-card:hover img {
            transform: scale(1.05);
        }
        
        @media (max-width: 768px) {
            .footer-col {
                display: none;
            }
            
            .footer-col:first-child, 
            .footer-col:last-child {
                display: block;
            }

            .footer-links-mobile-hidden {
                display: none;
            }

        }
