@media only screen and (min-width: 950px){
    .site-header__logo{
        height: 94px;
        justify-content: space-between;
    }
    .site-header__logo img{
        max-width: 360px;
    }
}