.category-badge {
    cursor: pointer;
}

.crowsel-card{
    cursor: pointer;
}
.category-badge:hover {
  text-decoration: underline;
}

.crowsel-container{
    height: 375px;
}

@media(max-width:425px){
    .partner-section .crowsel-container {
    height: 500px;
   
    }
}


.intitute-img{
    height: 200px;
    width: 200px;
    
   
}
.institute-link{
    border: 0.5px solid #b1b1b1;   
    padding: 2px;
}