.solo-testo {
    margin-bottom: 1rem;
}

.solo-testo>p, .solo-testo>ul {
    font-size: 0.79rem;
    font-weight: 500;
    color: #575756;
    padding: 0.5rem 1.5rem;
    margin: 0;
}
.solo-testo ul, .solo-testo li{
    list-style-type: disc;
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .solo-testo>p {
        text-align: justify;
    }
    .solo-testo ul{
        padding: 1rem 1.5rem;
    }
    .solo-testo ul li{
        margin-bottom: 1rem;
    }
    .solo-testo img{
        max-width: 100%!important;
        height: auto!important;
    }
}
