.Body_HelpCenter__Note{
    margin-bottom: 50px;
}

.Body_HelpCenter__Section__Container{
    margin-bottom: 20px;
}

.Body_HelpCenter__Section__Title__Container{
    background-color: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px 20px;
    cursor: pointer;
}

.Body_HelpCenter__Section__Title{
    font-size: 18px;
}

.Body_HelpCenter__Section__Arrow{
    transition: 0.5s;
}

.Body_HelpCenter__Section__Arrow--Opened{
    transform: rotate(180deg);
}

.Body_HelpCenter__Section__Questions__Container{
    display: none;
    padding:0 20px;
}

.Body_HelpCenter__Section__Questions__Row__Container{
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
}

.Body_HelpCenter__Section__Questions__Container .Body_HelpCenter__Section__Questions__Row__Container:last-child{
    border-bottom: 0;
}

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

.Body_HelpCenter__Section__Questions__Row__Title{
    font-size: 16px;
}

.Body_HelpCenter__Section__Questions__Row__PlusMinus{
    transition: 0.5s;
}

.Body_HelpCenter__Section__Questions__Row__PlusMinus--Opened{
    transform: rotate(180deg);
}

.Body_HelpCenter__Section__Questions__Row__Answer{
    padding-top: 30px;
    display: none;
}