.container {
  width: 100vw;
  max-width: 720px;
  padding: 0 24px;
}

body {
  background-color: #fff;
  line-height: 26px;
}

*,
a,
ul,
li {
  color: #262626
}

.btn-back-container {
  padding-block: 20px 14px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btn-back {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-back-label {
  color: #0066B1;
  cursor: pointer;
}

h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

h2 {
  font-weight: 700;
}