@media screen and (max-width: 479px) {
    .contact_page_input_box input:first-of-type{
        grid-area: 2 / 1 / 3 / 2;
    }
}