.formcontato__contacto{
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:1024px) {
    .formcontato__contacto{
        flex-direction: row;
        width: 85%;
        margin: 0 auto;
    }
}