@media(max-width:600px){
section{
    height: max-content;
}

    textarea{
        width: 90%;
        align-self: center;
    }

    select{
        flex: none;
        width: 38%;
    }
}