@media screen and (max-width: 700px) {
    .f50{
        font-family: 'Rajdhani', sans-serif !important;
        font-size: 40px !important;
    }
  .main-div {
      height: auto;
  }
  .reg{
      margin-bottom: 40px !important;
  }
  .row{
      flex-direction: column !important;
  }
  .row-no-rev{
    flex-direction: row !important;
  }
  .adj-left{
    left: 0px !important;
  }
  .flex{
      flex-direction: column;
  }
  .trophy{
      display: none;
  }
  .flex-1{
      flex: none;
  }
  .flex-center{
      margin: 0px !important;
      margin-bottom: 20px !important;
  }
  .lg-d > p{
      font-size: 25px !important;
  }
  .lg > p{
      font-size: 30px ;
  }
  .no-br{
      border: none !important;
      margin-bottom: 50px;
  }
  
  .logo-spo1{
      width: 80%;
  }
  
  .lable{
      width: 90%;
  }
}