Hi.,
Get into Admin Panel > Appearance > Customize > Additional CSS > Pasted the below css code inside the text area > Save All.
@media only screen and (max-width: 1199px) and (min-width: 992px) { .header-align-left #logo a img, .header-align-center #logo a img { height: 200px !important; }}
@media only screen and (max-width: 991px) and (min-width: 768px) {.header-align-left #logo a img, .header-align-center #logo a img { height: 200px !important; }}
@media only screen and (max-width: 767px) {.header-align-left #logo a img, .header-align-center #logo a img { height: 200px !important; }}
Note: If you still have any issues, kindly send us some screenshot/video where you have the issue. So that we will check the issue.