button.dropdown-expander {
    display: block;
    border-bottom: 1px solid #d0cfce;
    padding: 12px 40px 12px 0;
    font-weight: 500;
    width: 100%;
    color: var(--deep-blue);
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    fill: #002856;
    color: #002856;
    position: relative;
    text-transform: uppercase;
    border:none;
    background-color:unset;
    text-align:left;
}

button.dropdown-expander i {
    font-size: 18px;
}

button.dropdown-expander:hover {
    color:#ff4d00;
}