div.payment {
  margin: 0 auto;
  max-width: 940px;
}


h1 {
  color: var(--primary);
  font-size: 1.5em;
  font-weight: 700;
}

p {
  max-width: 940px;
  color: var(--dark);
  font-size: 0.875em;
  font-weight: 400;
  margin: 0 20px;
  margin-bottom: 20px;
}

h3 {
  color: var(--primary);
  font-size: 1.125em;
  font-weight: 700;
}

.text {
  margin: 30px auto;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.text h1{
  margin-bottom: 40px;
}

.payments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
}

.payments div{
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.payments div h3{
  margin-bottom: 10px;
}
