@media screen and (min-width: 1024px) {
    .wls-faqs__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
} 