.header-accidents-flows {
    position: fixed;
    top: 50px;
    z-index: 99999;
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.header-accidents-flows.fix-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #004f8b;
    z-index: 1000;
    transition: all 0.2s;
}

.header-accidents-flows .center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.header-home.fix-menu .center {
    width: 90%;
    padding: 8px 0;
}

.header-accidents-flows .step-header-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px; 
}

.header-accidents-flows .logo-white-container.step-header-logo-container .logo-white.step-header-logo {
    padding-right: 13px;
    border-right: 1px solid #fff;
    margin-right: 0; 
}

.header-accidents-flows .logo-white-container.step-header-logo-container .step-header-logo-section {
    margin-left: 16px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

