.button-link {
	display: flex;
	margin: auto auto 32px auto;
  padding: 12px 28px;
  border: 1px solid white;
  border-radius: 30px;
  transition: all 0.2s ease;
  color: white;
  text-decoration: none;
	box-shadow: none !important;
	&:hover {
		background-color: white;
		color: black;
	}
}

.button-link p {
	margin: auto;
}