.wow-header{
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
}

.wow-header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:70px;
}

.wow-logo a{
    font-size:28px;
    font-weight:700;
    color:#0a7a3d;
}

.wow-navigation ul{
    display:flex;
    list-style:none;
    gap:25px;
    margin:0;
    padding:0;
}

.wow-navigation a{
    color:#222;
    font-weight:600;
}