.setScopri{
    font-weight: bold;
    top:-10px;
    position: relative;
    font-size: 14px;
    color: #13708b;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 0.5em;
    letter-spacing: 0px;
    word-wrap: break-word;
}
.setScopri::after {
    content: attr(title);
    position: absolute;
    top: 1.5em;
    left: 0;
    font-size: 14px;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .setScopri {
       display:none;
    }
}

.lg-download{
    display:none!important;
}

.margine{
    margin-top: 10px;
}

.margineSvg{
    margin-left: 10px;
}