Under the admin panel, there is a logo size setting that can be set to the max-width of 250px, hence, need to increase it to the max-width that you need.
There are two ways to fix this.
You can also increase the size by using the below-provided code.
.site-header__logo-image {
max-width: 500px;
}
Or else,
Increase the size with the help of the admin panel and then add the below-provided code.