.faq-list {
    max-width: 1080px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'FoundersGrotesk';
    font-size: 40px;
    font-weight: 700;
    line-height: 1.0;
    padding: 10px;
}

.faq-answer {
    font-family: 'FoundersGrotesk';
    font-size: 20px;
}

.faq-question:hover {
    background-color: #e2e2e2;
}

.faq-toggle {
    font-weight: bold;
    margin-left: 10px;
}

.faq-answer {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}

.faq-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px;
    font-size: 62px;
    line-height: 36px;
}