  .final {
      background: rgb(245, 244, 237);
      border-radius: 10px;
      padding: 1.25rem 1.5rem;
      margin-top: .5rem;
      border: 0.5px solid rgba(31, 30, 29, 0.15);
  }

  .final h3 {
      font-weight: 500;
      color: rgb(20, 20, 19);
      margin-bottom: .5rem;
      font-family: var(--e-global-typography-b2ce6af-font-family), Sans-serif !important;
      font-size: 19px;
      letter-spacing: 0px;
  }

  .final p {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: .5rem
  }

  .final p:last-child {
      margin-bottom: 0
  }