Is there a way to remove a specific class in Bootstrap 4 for medium viewport sizes without relying on JavaScript or jQuery? For instance, I would like to remove the border-right class in this code snippet above only when viewed on a medium-sized viewport. Is there an equivalent to Tailwind CSS' "md:border-right" class in Bootstrap 4?
P.S. Please excuse any errors in my English as it is not my first language.