This took way too long than it should have. I was struggling with the background. I managed to do it for desktop easily using background image. But it wasn't fitting for tablet or mobile device. Then I tried using pseudo element. But even that was't satisfactory. I ended up with the background solution. And used media query for tablet and mobile device. I feel like it's still a little bit messy.
Anyone tried using transform-translate? Maybe I should try using the combination of pseduo element and transform property.
I would greatly appreciate any tips regarding this issue.