.feedback-form{width:80%;max-width:40rem;margin:0 auto;padding:2rem;padding-right:calc(2rem + 10em);display:grid;grid-template-columns:10em auto;gap:1rem;font-family:"Raleway",sans-serif}.feedback-form br{display:none}@media only screen and (max-width: 900px){.feedback-form{display:block;width:calc(100% - 10px);padding:2rem 0}.feedback-form br{display:inline}.feedback-form label,.feedback-form input,.feedback-form textarea{margin:.5rem}.feedback-form input,.feedback-form textarea{width:calc(100% - 1rem)}}.feedback-form label{min-width:0;grid-column:1;justify-self:end;align-self:center}.feedback-form input,.feedback-form textarea{grid-column:2;border:2px solid #ccc;border-radius:4px;font:inherit}.feedback-form input{height:1.5rem;padding:1rem .4rem}.feedback-form textarea{height:6rem;padding:.4rem;resize:vertical}.feedback-form input[type=submit]{height:auto;padding:.5rem;border:none;cursor:pointer;color:#fff;background-color:#76a576;text-transform:uppercase}.feedback-form input[type=submit]:hover{background-color:#d0d0d0}
