Increasing Maximum Header Logo size Debut Theme

I am using the debut theme and trying to increase the maximum size of my header logo as it is currently only 240px.

My website is https://corrigan-jewels.myshopify.com/, password claych

please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.

.site-header .grid .grid__item .site-header__logo .site-header__logo-image .lazyloaded{
max-width: unset !important;
}

Hey.

Thanks for the solution, it definitely does increase the image size.

Is there any way to center the image once it has been resized?

Thanks in advance