.accordion-item {
    background-color: transparent;
    border: 0;
    border-top: 1px solid orange;
}

.accordion-header {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
}

button.accordion-button {
    padding: 25px 0;
    border: 0;
    box-shadow: none;
    border-radius: 0 !important;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 0.44px;
    color: #000;

}

.accordion-button:not(.collapsed){
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 3;
}

#accordionNews h2{
    margin-bottom: 50px;
}

.accordion-button[aria-expanded="true"]{
    color: #fba919;
}

.accordion-button[aria-expanded="true"]:after{
    content: url("icon-basic-chevron-up.svg");
    background: none;
    height: inherit;
    transform: none;
}

.accordion-button[aria-expanded="false"]:after{
    content: url("icon-basic-chevron-down.svg");
    background: none;
    height: inherit;
    transform: none;
}

.accordion-body {
    padding: 35px 0 0 0;
}

.accordion-item:not(:first-of-type){
    border-top: 1px solid orange;
}

.accordion-item:last-of-type{
    border-bottom: 1px solid orange;
}