.link-categories-carousel .owl-item.active + .owl-item.active:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -15px;
  background-color: #f2f2f2;
}
.link-categories-carousel .owl-item .thumbnail-wrapper {
  height: 113px;
  overflow: hidden;
}
.link-categories-carousel .owl-item .thumbnail-wrapper img {
  width: auto;
}
.link-categories-carousel .title {
  text-align: center;
  margin: 15px 0;
}
.link-categories-carousel ul {
  margin-top: 15px;
}
.link-categories-carousel ul a {
  font-size: 0.9em;
  color: #666;
}
.link-categories-carousel ul a:hover {
  color: #2a3875;
}

.link-categories-carousel .owl-carousel .owl-item {
  background: white !important;
}
@media only screen and (max-width: 991px) {
  .link-categories-carousel .owl-carousel .owl-item {
    padding: 0 35px;
 }
}
.link-categories-carousel ul li:not(:last-child) {
  border-bottom: 0.5px solid #f2f2f2;
  font-size: 16.6px !important;
}
