        @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;
        }
        
        .contact-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1600&q=80');
            background-size: cover;
            background-position: center;
        }
        
        .contact-card {
            background-color: #f0fff4;
            border-left: 5px solid #16a34a;
        }
        
        .map-container {
            height: 400px;
        }
		
		.e_text-3 {
    line-height: normal;
    font_radio: 2;
    font-weight: bold;
    font-family: Impact;
    font-size: 40px;
    color: rgba(0, 136, 73, 1);
    display-radio: 1;
    margin-bottom: 0px;
	}
	
	.e_text-5 {
    line-height: normal;
    font_radio: 2;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 26px;
    color: rgba(32, 32, 32, 1);
    display-radio: 1;
    font-weight: bold;
	}
        
        @media (max-width: 768px) {
            .footer-col {
                display: none;
            }
            
            .footer-col:first-child, 
            .footer-col:last-child {
                display: block;
            }

            .footer-links-mobile-hidden {
                display: none;
            }
        }
