@media screen and (min-width: 769px) { form { width: 50%!important; } } @media screen and (min-width: 1200px) { form { /* width: 25%!important; */ padding: 8rem!important; } } textarea { height: 20vh!important; }