h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0;
}

h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 2rem 0;
}

p {
  margin: 1rem 0;
}

.catchphrase {
  margin: 3rem 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.about {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 120%;
}

.overview {
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
}
.overview__item {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.overview__name {
  display: inline-block;
  font-size: 1.1rem;
  width: 300px;
  font-weight: 500;
}
.overview__content {
  font-size: 1rem;
  display: inline-block;
  min-width: 300px;
}
