/* Per smartphone piccoli */
@media (max-width: 429px) {
    .order-responsive-1{
        order: 1;
        margin-bottom:20px;
    }
    .order-responsive-2{
        order: 2;
    }
}

/* Per smartphone medi */
@media (min-width: 430px) and (max-width: 768px) {
    .order-responsive-1{
        order: 1;
        margin-bottom:20px;
    }
    .order-responsive-2{
        order: 2;
    }
}

/* Per phablet e tablet piccoli */
@media (min-width: 769px) and (max-width: 1024px) {

}