Need help with media queries

https://codepen.io/sau3681/pen/VNVZJG

so what is your question? please be a little more specific.

i am facing problem for making my page various device friendly as we do using chrome console either of things does not looks good so i need your help for that

I would try doing

@media (max-width:100px){
   ur code here
}

Not the min and max together.
Other than that kinda up to you to make it look the way you want.

ok thanks i am trying to do it