.terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', sans-serif;
}

.terms-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #343a40;
    text-align: center;
}

.terms-container ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #555;
}

.terms-container li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}
.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    font-weight: bold;
    font-size: 18px;
    color: #222;
}

.faq-answer {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
    line-height: 1.6;
}