#faqs-container {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}

.faq-container {
    width: 100%;
}

.faq-container h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.faq-container .answer a {
    text-decoration: underline;
    transition: 0.2s;
}

.faq-container .answer a:hover {
    text-decoration: underline;
    color: #0aa;
}