/**
 * Responsive
 * */

@media screen and (max-width: 1200px) {
    /* Styles for large desktops */
    
}

@media screen and (max-width: 1024px) {
    /* Styles for medium desktops */
    /* Styles for tablets in portrait mode */
    
}

@media screen and (max-width: 768px) {
    /* Styles for tablets and small desktops */
    form.wpuf-form-add.wpuf-form-layout1.wpuf-style{
        padding: 20px;
    }

}


@media screen and (max-width: 600px) {
    
}

@media screen and (max-width: 480px) {
    /* Styles for mobile landscape */
    
}

@media screen and (max-width: 320px) {
    /* Styles for mobile portrait */
}