.faq-block {
    border-top: 1px solid #eee;
    justify-content: center;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}

.faq-item.open  {
    background-color: #F6F7F3;
}

.faq-item.open .faq-title {
    color: #80848E;
    font-family: 'Gotham';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.faq-question.open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
}

.faq-left {
    display: flex;
    align-items: center;
}

.faq-question .faq-number {
    color: #CB2028;
    font-weight: bold;
    margin-right: 1rem;
    width: 2rem;
    font-family: "Gotham";
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1; /* ou 'normal' */
    display: flex;
    align-items: center;
    height: 100%;
    vertical-align: middle;
}

.faq-title {
    color: #80848E;
    font-family: 'Gotham';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.faq-title-block {
    color: #80848E;
    font-family: 'Gotham';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.faq-toggle {
    font-size: 1.5rem;
    color: red;
}

.faq-answer {
    display: none;
    padding-left: 3rem;
    margin-top: 0.5rem;
    color: #1A1A1A;
    font-family: 'Gotham';
    font-size: 1.125rem;
    font-style: normal;
    /* font-weight: 300; */
    line-height: 28px; /* 155.556% */
}

.faq-item.open .faq-answer {
    display: block;
}
