.fiches-holder-widget {
    padding: 1px 20px;
    background: #FFEBEC;
    font-family: Manrope!important;
}
.fiches-holder-widget h3 {
    color: #D23F39;
    font-size: 20px;
    font-weight: 600;
    font-family: Manrope!important;
}

.fiches-holder-widget ol li a {
    font-family: Manrope!important;
    font-size: 14px;
    color: #262627;
    transition: color 0.3s ease-in-out;
    font-weight: 400;
}
.fiches-holder-widget ol li a:hover {
    color: #D23F39;
    font-weight: 500;
}
.fiches-holder-widget ol li {
    margin-bottom: 3px;
}