
@media (max-width:600px) {
 
    header .navbar-toggler {
      display: none !important;
    }
   .card {
    width: 90%;
    margin: auto;
   }

   .hero-text h1 {
    font-size: 40px;
   }

   .scnext {
    display: inline;
  }
  
  }


   