.upload-form .elementor-field-type-upload input[type="file"]::before{
content: 'Załącz zdjęcia';
background-color: grey;
padding: 5px 10px;
border-radius: 2px;
color: white;
font-size: 14px;
line-height: 3em !important;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
margin-right: 5px;
cursor:pointer;
}
.upload-form .elementor-field-type-upload input[type="file"]::file-selector-button{
display: none;
}