.policy {
	margin-top: 50px; 
	margin-bottom: 50px;
	font-size: 18px;
	text-align: left;
	color: #000;
	line-height: 2.0;
}
.policy p strong {
	color: #e53935;
	}
.contact-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.contact-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.contact-title h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.contact-box {
    flex: 1 1 300px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-align: left;
}

.contact-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #e53935;
}

.contact-box p, .contact-box a {
    font-size: 16px;
    color: #444;
    text-decoration: none;	
}

.contact-box a:hover {
    color: #e53935;
    text-decoration: underline;
	cursor: pointer;
}
.error-section {
    padding: 80px 20px;
    background-color: #fff3f3;
    text-align: center;
}

.error-container {
    max-width: 800px;
    margin: 0 auto;
}

.error-message p {
    font-size: 28px;
    color: #333;
}

.error-letter {
    font-size: 48px;
    font-weight: bold;
    color: #d32f2f;
    vertical-align: middle;
    margin-right: 5px;
}

