.font-revert * {
    font: revert !important;
    list-style: revert;
}

.box_help-dettaglio,
.box_regolamento-dettaglio,
.box_contatti-dettaglio {
    width: 100%;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 31px #213B5C31;
    border-radius: 15px;
    opacity: 1;
    box-sizing: border-box;
    min-height: 300px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.box_help-dettaglio_padding,
.box_regolamento-dettaglio_padding,
.box_contatti-dettaglio_padding {
    padding: 25px;
    width: 100%;
}

.inherited-text {
    line-height: 1.4em !important;
    border-bottom: 1px solid #006db73d;
    padding: 5px 0px;
}