/* Add custom CSS styles below */ 
    .brand-item {
        height: 10rem;
      width:10rem;
        padding:0rem;
        box-shadow: 2px 2px 8px 2px #d1d5db;
   
    }
.grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.center-between w-full{
  display:none
}