.payment {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem
}
.payment h2 {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(195 221 253 / var(--tw-text-opacity))
}
.payment .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem
}
@media (min-width: 768px) {
  .payment .grid-wrapper {
    justify-content: space-between
  }
}
:is(.payment .grid-wrapper) .logotype {
  display: flex;
  height: 2rem;
  max-width: 8rem;
  align-items: center;
  justify-content: center
}
:is(:is(.payment .grid-wrapper) .logotype) img {
  max-height: 100%;
  max-width: 100%
}

