body .content .inner .accordeon-rn {
    max-width:70%;
    margin-left:auto;
    margin-right:auto;
}
body .content .inner .accordeon-rn .ce-accordion-body header {
    display:none;
}
body .content .inner .accordeon-rn .accordion-button{
    background-color:#000000;
    color:white;
    font-weight:600;
    box-shadow: inset 0 0 0 transparent;
    font-size:18px;
    line-height:24px;
    border-bottom:1px solid #ffffff;
}
body .content .inner .accordeon-rn .accordion-button.collapsed {
    border-color:transparent !important;
}
body .content .inner .accordeon-rn .accordion-item {
    background-color:#000000;
    border:0px solid transparent;
    margin-bottom:20px;
}
body .content .inner .accordeon-rn .accordion-body {
    padding:15px 20px 15px 20px;
}
body .content .inner .accordeon-rn .accordion-body p {
    font-size:16px !important;
    line-height:20px !important;
}

body .content .inner .accordeon-rn .accordion-button::after {
    content:"-";
    border:1px solid white;
    width:20px;
    height:20px;
    transition: none !important;
    text-align:Center;
    line-height:100%;
    font-weight:400;
}
body .content .inner .accordeon-rn .accordion-button.collapsed::after {
    content:"+";
}
