.contact-item {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  outline: 0;
  padding: 8px;
  line-height: 34px;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ease;
}

.contact-submit-btn {
  font-size: 15px;
  line-height: 16px;
  padding: 16px;
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
}
