.block-system-main-block > .block-wrapper > .content {
  article {
    width: 100%;

    > div {
      width: 100%;

      .field-name-field-blocchi-testo-immagi {
        width: 100%;
        margin-bottom: 3rem;

        .field-items {
          display: flex;
          align-items: center;
          justify-content: start;
          flex-direction: column;
          gap: 5rem 1rem;
          width: 100%;

          .field-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            max-width: 900px;

            .field-name-field-testo {
              font-size: 1.2rem;

              p.text-align-center {
                width: 100%;
              }

              .btn-login_as {
                padding: 1rem 2rem;
              }
            }

           .testo-immagine__immagine,
           .testo-immagine__immagine img {
            max-width: 300px;
           }
          }
        }
      }
    }
  }
}
