.q_glav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}

.q_cont {
    width: 700px;
}

.q_button {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    cursor: pointer;
    margin-top: 10px;
}

.q_title {
    font-size: 22px;
}

.q_arrow {
    width: 15px;
    height: 15px;
}

.q_arrow img {
    width: 100%;
    height: 100%;
}

.q_title {
    color: #FCE0B4;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #FCE0B4;
    margin-top: 10px;
}

.q_text_block {
    display: none;
    color: #FCE0B4;
    padding: 0px 15px;
    margin: 25px 0px;
}