details {
  margin: 20px auto;
  width: 100%;

  border-radius: 6px;
}

.details-container {
  width: clamp(300px, 80%, 1000px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  row-gap: 1.5rem;
}

details summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 30px;
  padding: 30px;
}

details .number {
  min-height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bolder;
  border-radius: 50%;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

details h3 {
  font-size: 1.75rem;
}

details .text-container {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.test p {
  padding: 10px;
}
