@import url(global.css);
@import url(nuicron.css);

body {
    background-color: var(--background);
}

#sec1-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 250px 0 0 0;
}

#faq-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

hr {
    width: 80%;
    margin: 60px 10%;
}

#faq-body {
    width: 70%;
    max-width: 900px;
}

#faq-body-overlay {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}

@media (max-width: 650px) {
    #faq-info p {
        width: 100%;
        text-align: center;
    }

    hr {
        width: 90%;
        margin: 30px 5%;
    }

#faq-body {
    width: 90%;
}

#faq-body-overlay {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}
}

li {
    font-size: 16px;
    color: var(--text);
    font-family: "Assistant", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 2;
}

p {
    line-height: 2;
    font-size: 16px;
    color: var(--text);
    font-family: "Assistant", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 18px;
    color: var(--text);
    font-family: "Assistant", sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 2;
}