﻿div.expandAllAccordion {
    display: flex;
    justify-content: flex-end;
    font-family: Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    color: #0071CE;
    border-bottom: 1px solid #f2f4f8;
    cursor: pointer;
}

div.expandAllAccordion button{
    all: unset;
}