@media (max-width: 480px ){
    #secondnav{
              height: 250px;
    }
     .secnavbar .switcher2{
        margin: 16px;
        padding: 0;

     }
     .secsheitch2{
        justify-content: center;
        
     }
     .firstbutton {
        margin-bottom: 13px;
     }
     .card1{
        margin-bottom: 15px;
     }
     .card11{
        margin-bottom: 15px;
     }
     .last-list2{
        justify-content: start;
        padding: 14px
     }
   
     .card11 i{
        margin-bottom: 10px;

    }
}
@media (min-width: 576px){
   #secondnav{
      height: 100px;
     }
     .secsheitch2{
      justify-content: center;
      
   }
   .firstbutton {
      margin-bottom: 13px;
   }
   .card1{
      margin-bottom: 15px;
   }
   .card11{
      margin-bottom: 15px;
   }
   .last-list2{
      justify-content: start;
   }
}
@media (min-width: 768px){
   .first-article{
      margin-top: 10px;
   }
   .last-list2{
      justify-content: center;
      padding-left: 0
   }
   #secondnav{
      height: 60px;
   }


}
@media (min-width: 992px){
   .card2 .mt-3{
      margin-bottom: 5px !important;
   }
   .last-list2{
      padding-left: 0;
      
   }
}
@media (min-width: 1200px){
   .card-small .sec-card{
      

      padding-bottom: 79px;
   }
   
}
@media (min-width: 1800px){
   .card-small .sec-card{
      

      padding-bottom: 79px;
   }
   
}
