#g2-widget-link {
  left: 12%;
}

@media (min-width: 576px) {
  #g2-widget-link {
    left: 25%;
  }
}

@media (min-width: 768px) {
  #g2-widget-link {
    left: 32%;
  }
}

@media (min-width: 992px) {
  #g2-widget-link {
    left: 22%;
  }

  /* Shadow around contact from and grey background only on large screens */
  .form-shadow {
    box-shadow: 0 4px 25px rgba(109, 120, 136, 0.15) !important;
  }

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

@media (min-width: 1200px) {
  #g2-widget-link {
    left: 26%;
  }

  .text-xl-nowrap {
    white-space: nowrap;
  }
}
