@media screen and ( max-width : 1200px ) {
   
}

@media screen and ( max-width : 768px ) {
    #skill .card{
        margin-top: 20px;
    }
}

@media screen and( max-width : 576px ) {
    
  
}

@media screen and ( max-width: 350px ) {
}