.legal-content {
            padding: 60px 0;
            background-color: white;
            max-width: 800px;
            margin: 0 auto;
            padding-left: 10px;
            padding-right: 10px;
        }
        
        .legal-content h1 {
            color: #2c7873;
            margin-bottom: 30px;
            font-size: 2rem;
            text-align: center;
        }
        
        .legal-section {
            margin-bottom: 40px;
        }
        
        .legal-section h2 {
            color: #333;
            margin-bottom: 15px;
            font-size: 1.4rem;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .legal-section p {
            margin-bottom: 15px;
            line-height: 1.6;
            color: #555;
        }
        
        .legal-section ul {
            padding-left: 20px;
            margin-bottom: 15px;
        }
        
        .legal-section li {
            margin-bottom: 10px;
            line-height: 1.6;
            color: #555;
        }
        
        .back-link {
            display: inline-block;
            margin-top: 30px;
            color: #2c7873;
            text-decoration: none;
            font-weight: bold;
        }
        
        .back-link:hover {
            text-decoration: underline;
        }