#branded-content {
    width: 300px;
    margin: 20px auto;
  }
  #branded-content .owl-carousel {
    margin: 0;
  }
  #branded-content .owl-carousel .item {
    width: 300px;
    height: 250px;
    padding: 0;
    background: transparent;
  }
  a.branded-item {
    color: #333;
    text-decoration: none;
  }
  a:hover.branded-item {
    color: #1e6391;
  }
  #branded-content .owl-carousel .branded-title-con {
    padding: 10px;
  }
  #branded-content .owl-carousel .branded-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -3px;
    text-align: center;
  }

  .owl-theme .owl-controls {
    margin-top: -6px;
}