.faq-container {
    width: 1248px;
    margin-top: -60px;
}

.faq-item {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px 44px 30px 44px;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 12px;
    flex-direction: column;
}

.faq-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faq-item-answer {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    .faq-container {
        width: 300px;
    }
}
