.riga-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .riga-servizi .col-w-16 .box-testo-title {
    font-size: 10px;
  }
  .riga-servizi .col-w-16 button {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .riga-valori .col-w-33 .box-testo-title {
    max-width: 220px;
    min-height: 53px;
    display: flex;
    align-items: center;
  }
  .riga-servizi .col-w-16 .box-testo-title {
    min-height: 46px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .riga-prefoo .col-w-50 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
