Considering Bulma is mobile first you should set your CSS as mobile then set none mobile CSS. In other words your CSS is backwards. But disclaimer ive never used bulma.
@selmonal you are compiling it with elixir/gulp, but in a scss or sass file?
as far as I know:
.post-title
text-align: left
+mobile
text-align: center
is sass syntax and will only work if you rename your app.scss to app.sass (also in your gulp file). I haven't tested your code but it should help and the css output of your code should be something like: