@media (width >= 992px) {
  /* Shadow around contact from and grey background only on large screens */
  .form-shadow {
    box-shadow: 0 4px 25px rgb(109 120 136 / 15%) !important;
  }

  .sales-gray-bg {
    background-color: #f9fafb !important;
  }
}

.book-a-demo-card .hs-input {
  width: 100%;
}
