button.btn.btn--primary:before {
  content: "Secure ";
}

button.btn.btn--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.btn--icon-with-text .icon {
  order: 2;
}
