/* Terms of Service Page Styling */
.terms-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
}

h1, h2 {
    color: #1976d2;
    text-align: center;
}

p {
    line-height: 1.6;
    text-align: center;
}

section {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

section:last-child {
    border-bottom: none;
}

.contact-section p {
    text-align: center;
    font-weight: bold;
}
