/* Stile für die FAQs-Seite */
.faqs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left; /* Linksbündig ausgerichtet */
}

.faqs-container h1, 
.faqs-container h2, 
.faqs-container h3, 
.faqs-container h4, 
.faqs-container h5, 
.faqs-container h6 {
    color: #6c4f70;
    font-family: 'Roboto', sans-serif;
}

.faqs-container p {
    color: #757081;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}

.faq {
    margin-bottom: 20px;
}

.faq h3 {
    margin-bottom: 10px;
}

.faq p {
    margin-bottom: 0;
}
