.faqflex {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: 15em;
    margin: 0em 3em;

}

.faqflex ul {
    display: flex;
    flex-direction: column;
    align-items: center
    ;
}

main h2 {
    margin: 1.5em;
}
.faq {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 7em;
}


.faqflex ul li {
    color: #2e6645;
    font-family: dinosaur, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0.5em 0.5em 0.5em 0em;
    font-size: 1.1em;
    line-height: 1.2em;
}

.faqflex {
    text-align: center;
}
.fraga {
    color: #d27722;
}

.faqflex h4 {
    color: #2e6645;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.faqflex img {
    width: 8em;
}

.credits {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .faq {
        flex-wrap: wrap;
    }
    .faqflex {
        margin: 1em;
    }

    .faqflex ul li {
        text-align: center;
    }

    

}
