.brand .title{
    font-size: 24px;
    margin-bottom: 15px;
}

.brand .list{
   position: relative;
   overflow: hidden;
   margin-bottom: 36px;
}

.brand .link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brand .item{
    border: 1px solid #f2f2f2;
    padding: 15px 0;
}

.brand .img{
    width: 48px;
}

@media screen and (max-width: 991px) {
    
}
