#cgv {
  > section {
    > article {
      min-width: calc(360px - 4rem);
      max-width: 60%;
      width: 100%;
      padding: 2rem;
      box-sizing: border-box;

      > h2 {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 4rem !important;
      }

      > p {
        text-align: justify;
        margin-bottom: 2rem;
      }

      > ol {
        > li {
          text-align: justify;
          margin-bottom: 2rem;

          > h3 {
            text-transform: uppercase;
            margin-bottom: 1rem !important;
            border-bottom: 1px solid var(--darker-30);
          }
        }
      }
    }
  }
}
