.site-logo {
    margin-top: 0.75rem;
    /*12 px added for this site*/
}

.site-logo img {
    min-width: 18.125rem;
    /* 290px */
}

.site-logo img {
    max-width: 15rem; /* 240px */
  }

  @media screen and (min-width: 964px) {
    .main-header-menu .layout--threecol-section--33-34-33 > .layout__region--second {
        flex: 1 6 100%;
        padding-left: 30px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
}