#sync1 .item{
    color: #FFF;
    text-align: center;
}

#sync1 .owl-item {
  opacity: 0.5;
}
#sync1 .owl-item.active.center {
  opacity: 1;
}

#sync2 {
  padding: 20px 0 50px 0;
}
#sync2 .item{
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
}
@media screen and (max-width: 767px) {
  #sync2 {
    padding: 10px 0 10px 0;
  }
}
