.tabulation-2 .nav-item .nav-link{
  transition: all .3s;
}

.tabulation-2 .nav-item .nav-link:hover,
.tabulation-2 .nav-item .nav-link.active{
  background-color: #FFC211;
  color:white !important;
}

.carousel-brands .owl-stage{
  display: flex;
  align-items: center;
}