.header-wrapper {
    width:100%;
}

.header-content {
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#header-logo {
    width: 250px;
    height: auto;
    max-width:50vw;
    aspect-ratio: auto;
} 

@media only screen and (max-width: 1300px) {
  .header-content {
    padding: 1rem;
  }
}