.customer-page {
  margin-top: 90px;
  margin-bottom: 90px;
}

.customer-form {
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}

.customer-form__header {
  display: grid;
  gap: 16px;
  text-align: center;
}

.customer-form__header--start {
  text-align: start;
}
