   
   .mandetory_discloser{
        /*height: calc(100vh - 109px);*/
        height: auto !important;
        display: flex;
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-bottom: 50PX;
        margin-top: 50px;
   }
   .mandetory_discloser .innertitle h2 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    color: var(--text-color);
    margin-bottom: 30px;
    font-size: 34px;
    margin-bottom: 50PX;
}
  .mandetory_discloser ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
    }  
    .mandetory_discloser ul li{
        flex: 1 0 32%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #e0e0e0;
        /*padding: 0px 10px;*/
        }
        
     .mandetory_discloser ul li a {
        padding: 8px 10px;
        color: black;
        width: 100%;
    }
      .mandetory_discloser ul li span{
        background-color: #df1e2b;
        padding: 10px 15px;
        color: var(--white);
      }
      
      @media (max-width: 1536px) {
      .mandetory_discloser{
          height: calc(100vh - 95px);
      }
     .mandetory_discloser .innertitle h2 {
        font-size: 28px;
        
        }
        .mandetory_discloser ul li a {
            font-size: 15px;
        }
      }
        @media (max-width: 1440px) {
            
        }
           @media (max-width: 1400px) {
            
        }
           @media (max-width: 1366px) {
           .mandetory_discloser {
                height: auto;
            } 
        }
           @media (max-width: 1280px) {
            
        }
           @media (max-width: 767px) {
        .mandetory_discloser ul li {
            flex: 1 0 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #e0e0e0;
        }
           }
        @media (max-width: 540px) {
           .about-bread{
               display: none;
           }
        }
          @media (max-width: 432px) {
        .mandetory_discloser .innertitle h2 {
            font-size: 24px;
        }
          }
      
      