.container {
    margin-top: 120px;
    padding: 2rem;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: calc(100vh - 60vh - 80px);
  }

  .container p, .container li {
    font-size: large;
    width: 100%;
  }  

  .list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .text-container {
    max-width: 560px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text {
    text-align: justify;
  }