

 
            @media  (max-width:1200px){
               .voterList{
                 grid-template-columns: 1fr 1fr 1fr 1fr;
               }
            }

             @media  (max-width:991px){
               .voterList{
                 grid-template-columns: 1fr 1fr 1fr;
               }
               .logoPart{
                 justify-content: center;
               }
               .logo{
                text-align: center;
               }
               .counterDiv{
                margin-top:20px;
               }
            }
            @media  (max-width:767px){
               .voterList{
                 grid-template-columns: 1fr 1fr;
               }
            }

            @media  (max-width:575px){
              
               .voterList{
                 grid-template-columns: 1fr;
               }
               .votePart h2 {
                    font-size: 26px;
                }
                .navbar-toggler{
                    background-color: #fff!important;
                }
                .navbar-toggler-icon i{
                    color: #000;
                    font-size: 30px;
                }

                .login {
                  font-size: 32px;
                }
                .login {
                    font-size: 32px;
                    color: rgb(16 16 161);
                    text-align: center;
                    font-family: "Philosopher", sans-serif;
                    font-weight: bold;
                  }
                .login_form {
                    background: rgb(255, 255, 255);
                    padding: 60px 20px;
                    border-radius: 50px;
                    box-shadow: 5px 0px 10px 10px rgb(142 142 255);
                    width: 100%;
                }
                .issueCardItems {
                    grid-template-columns: repeat(2, 1fr);
                }
                .issueCard h3 {
                    font-size: 22px;
                    color: #3852B4;
                }
                .issueCard h2 {
                    font-size: 28px;
                    color: rgb(8, 8, 129);
                }
                .issueCard {
                    border-radius: 32px;
               }
               .footer_Section {
                  font-size: 16px;
                  text-align: center;
                }
               .text-right {
                text-align: center;
              }
            }