@media (min-width: 768px) {
    .bottone_head {
        display: flex;
        align-items: center;
    }
    .bottone_head + .caratteristiche {
        padding: 0 2rem;
    }
}

