.site-header__logo img {
image-rendering: crisp-edges;
image-rendering: -webkit-optimize-contrast;
width: auto; /* Ensure the logo maintains its aspect ratio */
height: auto; /* Ensure the logo maintains its aspect ratio */
max-width: 100%; /* Ensure the logo does not exceed the container width */
}