.card-shadow {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    border: none;
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo-container {
    width: 200px;
  }
  .qr-container{
      width: 500px;
  }
  .text-font h3{
      font-size: 25px;
      font-weight: 900;
  }
  .text-font h3 span{
      display: block;
  }
  .text-font h4{
      font-size: 20px;
      font-weight: 600;
  }
  .text-font h5{
      font-size: 18px;
  }
  .text-font h5 span{
      display: block;
  }
  .section-container{
      width: 100%;
  }
  .section-1{
      width: 50% !important;
  }
  .section-2{
      width: 50% !important;
  }
  .section-1 h4{
      font-size: 16px;
  }
  .section-2 h4{
      font-size: 16px;
  }
  .dsplay-none{
    display: none !important;
  }
  .col-width{
    max-width: 50% !important;
  }
  .col-width1{
    max-width: 50% !important;
  }
  .padding-div{
    padding: 50px !important;
  }