.card-body p{
    text-align: justify;
}
.card-body img{
    width: 20%;
}



.class{
    display: flex;
}
.class > img{
    flex: 1 1 0;
}
.class > div{
    flex: 5 1 0;
    /* text-align: justify; */
}
.card-body > div:not(#sito):nth-child(odd) > div{
    flex-direction: row-reverse;
}
.card-body > div:not(#sito):nth-child(odd) > div > div{
    margin-right: 20px;
}
.card-body > div:not(#sito):nth-child(even) > div > div{
    margin-left: 20px;
}











#sito > div{
    display: flex;
}
#sito > div > h4{
    flex: 1 1 0;
}
#sito > div > p{
    flex: 5 1 0;
    /* text-align: justify; */
}
/* #sito > div:nth-child(odd){
    flex-direction: row-reverse;
}
#sito > div:nth-child(odd) > h4{
    text-align: right;
} */



@media screen and (max-width: 768px){
    img{
        margin: 0 20%;
        width: 60%!important;
        height: auto;
    }
    h3{
        text-align: center;
    }
    .card-body > div{
        margin-bottom: 30px;
    }
    
    
    .class{
        display: block;
    }
    .class > div{
        margin: 0!important;
    }
    
    
    
    
    #sito > div{
        display: block;
    }
    #sito h4{
        text-align: left!important;
    }
}
@media screen and (max-width: 600px){
    img{
        margin: 0;
        width: 100%!important;
        height: auto;
    }
}
