Venture Theme change description width on collection page

Hello, I am using the Venture theme (boxing) and would like to change the description width https://awardhero.com/collections/plaques on the collection page. There is a lot of dead space between description and sort by.

Thank you in advance

hii, @Awards
Provide me a screenshot so,
I can see your problem and give you a perfect solution.
Thank You.

thank you @Anonymous Please see space here circled in red:

hii, @Awards
Paste this code on the top of the theme.scss file.

@media only screen and (min-width: 750px){
.medium-up--one-half {
    width: 45% !important;
}
.section-header__subtext, .section-header__title {
    margin-left: 110px !important;
    width: 104% !important;
}
}

Thank You.

thank you @VarunZwk I used your code but had to remove margin and change width and it worked !

@media only screen and (min-width: 750px){
.medium-up–one-half {
width: 45% !important;
}
.section-header__subtext, .section-header__title {
width: 150% !important;
}

@VarunZwk one more question please. How do I move the sort by box to the right just above the products like this? thank you