 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('images/croppedtornado.jpg?rand=94b2');
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 100vh;
}

.u-section-1 .u-group-elements-1 {
  width: 680px;
  min-height: 127px;
  height: auto;
  margin: 60px auto;
}

.u-section-1 .u-text-1 {
  font-size: 4.5rem;
  font-family: Jost;
  font-weight: 600;
  margin: 0 auto;
}

.u-section-1 .u-text-2 {
  line-height: 1.8;
  font-size: 1.5rem;
  font-family: Jost;
  font-weight: 600;
  width: 680px;
  margin: 4px auto 0;
}

@media (max-width: 1399px) {
   .u-section-1 {
    background-size: cover, cover;
    background-position: 50% 50%, 49.35% 50%;
  }
}

@media (max-width: 1199px) {
   .u-section-1 {
    background-position: 50% 50%, 50% 50%;
  }

  .u-section-1 .u-group-elements-1 {
    margin-top: 599px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-group-elements-1 {
    width: 669px;
    min-height: 126px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3.375rem;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-group-elements-1 {
    width: 483px;
    min-height: 82px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    font-size: 1.3333333333333333rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-group-elements-1 {
    width: 340px;
    min-height: 64px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.75rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
  }
}

.u-block-ba70-13:not([data-block-selected]):not([data-cell-selected]),
.u-block-ba70-13:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-ba70-13:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-ba70-13.u-block-ba70-13.u-block-ba70-13:hover:not([data-block-selected]):not([data-cell-selected]) {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}

.u-block-ba70-13.u-block-ba70-13.u-block-ba70-13.hover {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}

.u-block-ba70-14:not([data-block-selected]):not([data-cell-selected]),
.u-block-ba70-14:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-ba70-14:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-ba70-14.u-block-ba70-14.u-block-ba70-14:hover:not([data-block-selected]):not([data-cell-selected]) {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}

.u-block-ba70-14.u-block-ba70-14.u-block-ba70-14.hover {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
}.my-centered-text {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;          /* sotto al menu mobile */
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
  box-sizing: border-box !important;
  text-align: center !important;
  line-height: normal !important; /* mantiene spaziatura naturale */
  white-space: normal !important; /* evita la compressione del testo */
  word-break: normal !important;  /* impedisce rotture forzate */
  display: block !important;      /* lascia il testo comportarsi come in Nicepage */
  max-width: 90vw !important;     /* evita che esca dallo schermo */
} 