.property-enquiry-form{
    display: flex;
    flex-wrap: wrap;

    > * {
        flex: 1 0 100%;
    }
    
}
