.site-name.site-name-with-logo { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 851px) { 
    header .grid {
        display: block;
    }
    
    .site-name.site-name-with-logo { 
        justify-content: space-around;
    }

    
    .theme_candor_winter header .psom-logo {
        width: 100%;
        text-align: center;
    } 
    
    .theme_candor_winter header .site-name {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .site-name.site-name-with-logo {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .theme_candor_winter header .site-name {
        margin-top: 0;
    }

    
    .idom-logo {
        margin: 20px 0 0;
    }
}