#faq{
    padding-top: 10rem;
}

#faq .container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
}