
#helpers-heart-wrapper {
  max-width: 100%;
  margin: auto;
  background: #f8f8f8;
  border-radius: 10px;
}

#helpers-heart-form h2 {
  font-size: 24px;
}
.next-btn {
  margin-top: 20px;
  padding: 10px 15px;
  color: white;
  border: none;
  cursor: pointer;
}
.error {
  position: absolute;
  bottom: -31px;
  left: 0px;
  font-size: 14px;
}
