 .brand-img{
                width: 150px;
                height: 150px;
            }
            .brand-img img{
                     width: 150px;
                height: 150px;
                object-fit: contain;
                object-position: center;
                aspect-ratio: 3/2;
            }
             .brand-img{
             position: relative; 
            
            }
            .brand-img .split-name{
            margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: black;      
            }
           .brand-item {
    width: 120px;
}
span.brand-name {
    text-align: center;
    width: 100%;
    margin: 0;
}
.alphabet-seperator{
    padding:15px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    font-size: 24px;
    color: black;
}
.alpha-link{
      font-size: 24px;
    padding: 5px;
  
}
.alpha-link:not(:last-child){
      border-right: 1px solid #dcdcdc;
}