/* Larghezza 50% da desktop (md) in su */
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}