/* HEADER */

.site-header{
    background:#ffffff;
    border-bottom:1px solid #eee;
    padding:15px 0;
}

.header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.site-logo img{
    max-height:70px;
    width:auto;
}

.main-navigation ul{
    list-style:none;
    display:flex;
    gap:30px;
}

.main-navigation a{
    text-decoration:none;
    color:#222;
    font-weight:600;
}