 body {
      background-color: #f9f9f9;
      font-family: 'Segoe UI', sans-serif;
    }
    .terms-container {
       margin-top: 40px;
       margin-bottom: 40px;

      border-radius: 8px;
     
      max-width: 100%;
  
    }

    .arrangeTerms{
      margin-top: 36px;
      padding: 72px;
    }

    h1 {
      font-weight: 600;
      font-size: 40px;
      line-height: 66px;
      color: #070626;
      text-align: center;
      margin-bottom: 16px;
    }
    .date {
      text-align: center;
      color: #070626 !important;
      margin-bottom: 30px;
      font-weight: 500;
      font-size: 18px !important;
      line-height: 160%;
    }
    .titles {
       margin-top: 36px;
      font-weight: 600;
      font-size: 20px;
      line-height: 160%;
      color: #070626;
      margin-bottom: 0px;
    }

    p{
          font-weight: 500;
          font-size: 16px !important;
          line-height: 160%;
          color: #7B7B7B !important;
          margin-top: 8px;
    }

    p, li {
      font-size: 16px;
      color: #333;
    }


    @media (max-width: 575.98px) {

     
    .arrangeTerms{
      margin-top: 2px;
      padding: 32px;
    }



    }