@media (width >600px) {
  .ht--slide {
    .w-btn-wrapper.align_none {
      margin: 0;
    }
    .owl-stage {
      width: fit-content !important;
      margin-inline: auto;
    }
    .owl-item.active {
      width: fit-content !important;
    }
  }
}

@media (width < 600px) {
  .ht--slide .owl-item {
    width: fit-content !important;
  }
}

.ht--height-form {
  height: 40px;
}

@media (width < 1024px) {
  .ht--height-form {
    height: 20px;
  }
}

@media (1024px < width < 1800px) {
  .ht--cta-section-contatti .vc_col-sm-4 {
    width: 50% !important;
  }
}
