Bullet theme - to split the FAQ page into half

Hi I’m currently using the bullet theme, i would like to split the FAQ column into half like other pages instead of 2/3, currently the FAQ section occupies at least 2/3 of the column, i want it to be consistent with other pages which is 50% 50%

What it is now: https://themes.shopify.com/themes/bullet/styles/default/preview

What i want it to be like:

please help

@vanessaliew ,

Share your store URL please..

please add below css code in bottom of assets/skelet.css file

grid[columns=“3”] {
–grid-tc: repeat(2, minmax(0,1fr));

}
Thank you.