.bbr
{
    font-weight: 600;
}
div.news-list
{
    word-wrap: break-word;
}
div.news-list img.preview_picture
{
    float:left;
    margin:0 4px 6px 0;
}
.news-date-time {
    color:#486DAA;
}
.brands-pagination{
    margin: 0 auto;
    width: 100%;
}

.brands-pagination .bx-pag-all{
    display: none;
}
.brands-pagination .page-item:nth-last-child(2) .page-link {
    background-color: #f7f7f7;
    border-color: #c7c7c7;
    background-image: url(/local/templates/citadels/img/pag-left.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 16px 18px;
    background-size: 16px 18px;
    color: transparent;
    transform: rotate(180deg);
}
@media (max-width: 480px){
    .brand__description{
        display: none;
    }
}
@media (max-width: 480px){
    .brand__image{
        padding: 0!important;
    }
    .brand__image img{
        max-width: 200px;
    }
    .brand__name h4{
        position: static!important;
        display: flex!important;
        justify-content: center!important;
        margin-top: 10px;
    }
}
