*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

@media screen and (max-width:1070px){
    .form_wrap,
    .contact_info{
   
        width: 90%;
        height: 100%;
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    }

    .contact_info{
        display: flex;
        flex-direction: column;
        background-image: url('../img/FORMULARIO.png');
        background-size: cover;
        background-position: center center;
    }

    form.form_contact{
        width: 100%;
    }
}