ul {
  text-decoration: none;
  list-style: none;
}

.terms-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
}

.terms-item {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
}

.terms-content {
  color: var(--subaru-blue);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border: 4px solid var(--subaru-blue);
  padding: 3rem 1rem;
}
.terms-note {
  font-size: 1rem;
  font-weight: 400;
}

.terms-content > p {
  text-align: center;
}
