.banner-top {
  background: linear-gradient(to right, #68C3D0 0%, #7AB833 100%);
}
.box-testo ol {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 24px;
}
.box-testo ol li {
  background: linear-gradient(90deg, #68C3D0 0%, #7AB833 100%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.box-testo ol li::before {
  content: counter(list-item);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-fill-color: #454545;
}
.box-testo .btn-default::before {
  background: linear-gradient(to bottom, #68C3D0 0%, #7AB833 100%);
}
/*.box-testo .btn-default::after {
  content: "iniziamo subito";
  border-top: 2px solid #68C3D0;
  border-bottom: 2px solid #7AB833;
  background-image: linear-gradient(#68C3D0, #7AB833), linear-gradient(#68C3D0, #7AB833);
}*/
