

.qr-container{
    padding: 0 50px !important; 
}

.qr-code {
    max-width: 50%; /* Or any desired smaller percentage */
    height: auto;
    display: flex;
    margin-left:auto;
    margin-right:auto;
  }

  .explore-container{
    padding-bottom: 30px;
  }


  .qr-content-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }

@media (max-width: 991px) { /* Adjust breakpoint as needed */
    .qr-code {
      max-width: 50%; /* Or any desired smaller percentage */
      height: auto;
    }

    .inter-qr-sub-title{
        text-align: center;
    }

    .qr-list-desc{
        padding: 0 50px;
    }

    .inter-qr-sub-title{
      margin-top:25px;
    }

    .Explore-More-Title{
      text-align: center;
    }
    
  }