How can I place two rich text columns in one section?

Hello, I’m looking to put a rich text box side by side on one section. Can someone please help?

Collection Page: https://474sports.org/collections/event

Try the following CSS in a custom-css setting for that template

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css

#MainContent .shopify-section:first-child
 , #MainContent .shopify-section:first-child + .shopify-section {
    width: 49%;
    display: inline-block;
}

Hi this works, but I want to apply it to this page. I need the second section on that page to only be two columns. Section one needs to be one column, and section two needs to be two.