/* General container styling */
.faq-container, .terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Heading styles */
.faq-container h1, .terms-container h1 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.faq-container h2, .terms-container h2 {
    font-size: 1.5em;
    margin-top: 20px;
    color: #555;
}

/* Paragraph styles */
.faq-container p, .terms-container p {
    font-size: 1em;
    color: #666;
}

/* List styles for Terms & Conditions */
.terms-container ul {
    margin: 20px 0;
    padding-left: 40px;
}

.terms-container ul li {
    margin-bottom: 10px;
    color: #444;
}

/* Link styles */
.faq-container a, .terms-container a {
    color: #007BFF;
    text-decoration: none;
}

.faq-container a:hover, .terms-container a:hover {
    text-decoration: underline;
}
