.brand-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.brand-pagination{
    margin-top: 15px;
}
.brand-pagination .swiper-pagination-bullet{
	height: 10px;
    width: 10px;
	margin: 0px 2px;
}
.brand-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0BE4AE;
}