:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-4a5d4933 */#content::before{
content: "I Miei File";
color: #333333;
font-family: raleway;
font-size: 40px;
font-weight: 500;
}

#content{
    margin-top: 4%;
    margin-left: 20%;
    margin-right: 20%;
    min-height: 500px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #content{
    margin-top: 4%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 500px;
}
}/* End custom CSS */