I guess it’s a section like this one: https://moodiostudio.com/#shopify-section-template–15705531908301__166266065378da2b75
You may try CSS code like this:
@media (min-width:768px) {
.info-tabs {
margin-left: calc(50% - 50vw);
}
.info-tabs_panels {
width: 50vw;
}
}
However:
The code above would apply to all sections of this type, so may require better targeting;
Should work when images are on the left (because margin-left);
Also wanted to warn that there are people with large and ultra-wide monitors where full-blown things like this may not look pretty, but it’s hard to suggest anything without seeing the actual image:

