Making label and input expand 12 columns

Hey everyone,
I am working on on the form project. I would like to make the input stretch the 12 columns on mobile and for the label to span all 12 columns to, As of right not it is responsive but the layout stays the same no matter the screen size. Can someone please help.

hey. I fixed it. Although I used !important on a certain screen size. i know there is a better way. Let me know if anyone suggests anything better. I used the important to change from justify content-end on desktop devices to to justify content center on mobile devices.

Hi, this looks good.

But I don’t think you need !important on a media query.

Try making the input and label width: 100%.