Vertical align text with 3 lines of css
.element { position: relative; top: 50%; transform: perspective(1px) translateY(-50%); }