 body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
    line-height: 1.6;
}

.terms-container {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.terms-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.effective-date {
    text-align: center;
    margin-bottom: 30px;
}

.terms-heading {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #007bff;
}

.terms-section {
    margin-bottom: 20px;
}

.terms-section p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .terms-title {
        font-size: 2rem;
    }

    .terms-heading {
        font-size: 1.25rem;
    }
}