Have Collection List Appear 2 Columns on Desktop View

Hi. Can someone please help me have collection list appear 2 Columns on Desktop View?

My URL: https://uallo.com/

Thanks

@LeoRobert
What do you want Exactly?

Collection List on homepage appear 3 columns on desktop version and I want to change it to 2 instead

@LeoRobert

@media only screen and (min-width: 769px){
.large--one-third {
    width: 49.0% !important;
}
}

@LeoRobert
Add this code in the timber.scss file

@LeoRobert

sorry for that i can see now 3 if you need 2 try below code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 769px){
.collection-collage__item.large--one-third {width: 50%;}
}

it works!

Thank you so much KetanKumar

@LeoRobert

its my pleasure to help us