/* Custom CSS to override any other styles */
.stepup.normal-case,
.stepup.normal-case h3,
.stepup.normal-case h5 {
    font-family: Arial, sans-serif !important;
    text-transform: none !important;
    font-variant: normal !important;
    font-feature-settings: normal !important;
    font-kerning: auto !important;
    font-optical-sizing: auto !important;
    /* font-size: inherit !important; */
    /* font-stretch: 100% !important; */
    /* font-style: normal !important; */
    font-weight: 600 !important;
    /* line-height: normal !important; */
}
