﻿.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .faq-container h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 30px;
        color: #34495e;
    }

.faq-section {
    margin-bottom: 20px;
}

    .faq-section h3 {
        font-size: 20px;
        color: #2980b9;
    }

    .faq-section p {
        font-size: 16px;
        line-height: 1.6;
        color: #2c3e50;
    }
