button.findify-btn {
  width: 190px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #eaeaea;
  text-transform: capitalize;
  font-size: 15px;
  color: #212121;
  margin: 15px 0;
}

button.findify-btn:hover {
  background: var(--findify-cta-background-accent-hover);
}
