.paragraph--type--testo-immagine.paragraph--view-mode--default {
  width: 100%;

  .testo-immagine__testo,
  .testo-immagine__immagine {
    width: 100%;
  }

  .testo-immagine-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
  }
}

/* Solo Mobile */
body.is-mobile {
  .paragraph--type--testo-immagine.paragraph--view-mode--default {
    .testo-immagine-wrapper {
      flex-direction: column;
    }
  }
}
