Hi there!
Sorry for the inconvenience!
There is a media query set for 1630px as a max-width, so you can increase the max-width value as per your need.
Here is a sample code you need to put in your custom CSS(I have used 1800px as an example):
@media (max-width: 1800px) and (min-width: 992px){
#sppb-addon-1598254218980 .sp-slider-outer-stage {
height: 720px!important;
}
}
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
Hope this will solve the issue for you!
Best Regards