@media screen and (min-width: 992px) {
    .wp-block-columns {
        &.is-style-desktop-reversed {
            flex-direction: row-reverse;
        }
    }
}

#logo a{
    text-decoration: none!important;
    font-size: 1.5;
}