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

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

    }
    h1 {
      text-align: center;
      font-weight: 600;
      margin-bottom: 16px;
      font-size:40px;
      line-height: 66px;
      color: #070626;

    }
    .effective-date {
      text-align: center;
      color: #070626;
      margin-bottom: 30px;
      font-size: 18px;
      line-height: 160%;
      font-weight: 500;
    }
    h5 {
      font-weight: 600;
      font-size: 24px;
      line-height: 160%;
      color: #070626;
      margin-top: 48px;
      
    }
    ul {
      padding-left: 20px;
      margin-bottom: 0px;
    }
    li {
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 500;
     
       color: #7b7b7b;
    }
    p {
      font-size: 18px;
      font-weight: 500;
      line-height: 160%;

      color: #7b7b7b;
    }
    a {
      color: #007bff;
    }
    @media (max-width: 576px) {

      .arrangepolicies {
        margin-top: 0px !important;
        padding: 40px !important;
        padding-top: 0px !important;
        padding-bottom: 12px !important
      }
      .policy-container {
        padding: 25px 15px;
        margin-top: 0px !important;
      }
      h1 {
        font-size: 1.75rem;
      }
      h5 {
        font-size: 1.2rem;
      }
    }