Just place it in Extra.less that will give it what you looking for :)
Note : you need to adjust the max-width: 1100px; according to your forum. good luck
.block--category {
@media (min-width: 1100px){
@supports(display: grid){
.block-body{display:grid; grid-template-columns:50% 50%;}...