.merchant-page .card {
  border-radius: 1.5rem;
  width: max-content;
  padding: 3rem;
  display: flex;
}

.merchant-page .browser-selection {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.merchant-page .browser-selection svg {
  width: 3.5rem;
}

.merchant-page section {
  flex: 1;
  width: 100%;
  max-width: 1024px;
}

.merchant-page section, .merchant-page section .text.card {
  max-width: calc(100vw - 16px);
}

.merchant-page section .step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  display: flex;
}

@media (width >= 768px) {
  .merchant-page section .step {
    gap: 3rem;
  }

  .merchant-page section .step.graphic-right {
    flex-direction: row;
  }

  .merchant-page section .step.graphic-left {
    flex-direction: row-reverse;
  }
}

.merchant-page section .step:not(.solo), .merchant-page section .step:not(.solo) > * {
  flex: 1;
}

.merchant-page section .step .text {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.merchant-page section .step .text h2 {
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.merchant-page section .step .text, .merchant-page section .step .text p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.merchant-page section .step .text b {
  font-weight: 600;
}

.merchant-page section .step .text .step-prefix, .merchant-page section .step .text .step-ctr {
  opacity: .6;
}

.merchant-page section .step .img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.merchant-page section:not(.prereq) {
  margin-top: 2rem;
}
/*# sourceMappingURL=merchant.5a8f89e4.css.map */
