* {
    margin: 0;
}

body {
    font-family: "Geist", sans-serif;
    background-color: #ffffff;
}

.faq-content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.35s ease, opacity 0.25s ease;
}