

/* Small phones */
@media (max-width: 480px) {
    
     .content-body {
    margin: 20px 0;
    gap: 30px 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    
}  

.card {
    
    width: 150px;
    height: 210px;
    
}

.card-disabled {
    
    width: 150px;
    height: 210px;
    
}




}

/* Phones & small tablets */
@media (max-width: 768px) {
    
  .content-body {
    margin: 20px 1%;
    gap: 30px 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
}  
    
    
}

/* Tablets */
@media (max-width: 1024px) { }
