.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  min-width: 250px;
  padding: 20px 35px;
  transition: 0.3s all ease;
}
.btn svg {
  margin-left: 10px;
}
.btn--secondary {
  border: 4px solid;
}
.btn:hover {
  transform: translateY(-5px);
}

.btn-arrow {
  transition: 0.3s ease;
}
.btn-arrow svg {
  margin-left: 5px;
  transition: 0.3s transform ease;
}
.btn-arrow.btn--external svg {
  margin-bottom: -3px;
}
.btn-arrow:hover svg {
  transform: translateX(10px);
}/*# sourceMappingURL=btn.css.map */