Need help with project survey form

Need help on how to positioning my code I got some problems making them all align correctly
https://codepen.io/ZeroineX/pen/jRVXKw?editors=1100

Hello!
Inside your class.rowTabl you could use a flexbox, maybe.

display: flex;
justify-content: space-between;

You also need to remove the “margin-top” of your class .labels so that both your labels and right tab are aligned.
From there, you can play with the padding/width to adjust.
How does it look?