.qa-accordion {
    max-width: 100%;
    margin: 0 auto;
}

.qa-item {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    cursor: pointer;
    background:#F5F5F5;
}

.qa-question {
    margin: 0;
}

.qa-answer {
    margin-top: 10px;
}

.qa-item p {
    margin:0;
}

.qa-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qa-question i {
    transition: transform 0.3s ease;
    color: #383838
    font-size: 1rem;
}
