.site-logo {
    margin-top: 1rem;
}

.site-logo img {
    width: 20rem;
}

.site-logo img {
    max-width: 15rem;
  }

@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;
  }
}


@media screen and (max-width: 544px) {
  .site-logo {
    max-width: 80vw;
    margin-top: 0.375rem;
  }
}