#sync1 .item{
      /*background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;width: 100%;*/
  
}

#sync2 .item{
  
    
    margin: 5px 0px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;width: 100%;
    
}

h1 {
      font-size: 18px;
    }
  
  

.owl-theme {
  
    /*default owl-theme theme reset .disabled:hover links */
    
  
}

/*//arrows on first carousel*/
#sync1.owl-theme {
  position: relative;display: flex;width: 100%;
  
  
}
#sync2.owl-theme {
  position: relative;display: flex;width: 100%;
  
  
}
.owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;
  }
.owl-next, .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }