i don't know what size you want it to disappear.
towards the bottom of the main css, you will find sections called
"@media only screen and (max-width: xxxl) {ul.r-list li{float:none;width:100%}ul.r-list>li:nth-child(2n),…" etc. place your style in that area.
or you could open the sass file and change it in the responsive folder.