.vt-carousel{
  height:700px;
  overflow:hidden
}
.vt-track{
  display:flex;
  flex-direction:column;
  will-change:transform
}
.vt-item{
  background:#fff;
  border-radius:16px;
  padding:20px;
  margin-bottom:20px;
  text-align:left;
}
.vt-item p{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.vt-item span{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    font-weight: bold;
}
.vt-item img{
  width:60px;
  height:60px;
  border-radius:50%;
  margin-bottom:10px
}
