.accordion-body{
    font-weight: 100 !important;
}

.buttons-flex{
    width: max-content;
    /* border: red 1px solid; */
    height: max-content;
}

.buttons-flex .btn-part{
    width: 100%;
    margin-left: 1%;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    /* border: red 1px solid; */
    /* animation: cubic-bezier(0.075, 0.82, 0.165, 1); */
}

.readon.consultant.discover{
    border-radius: 5px;
}

.buttons-flex .btn-part a{
    width: 100%;
    height: 100%;
}

.accordion-button:focus {
    z-index: 3;
    /* border-color: #86b7fe; */
    /* border-color: #ebc532; */
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ebc532;
    /* box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #ebc6327e;
    color: black;
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
}