.testimoni-judul{
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 30px;
    color:#333333;
}
.testimoni-subjudul{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    color:#999999;
}
.testimoni-foto-item img{
    width:100px;
    height:100px;
    filter: grayscale(100%);
    transition: zoom 2s;

}
.testimoni-foto-item.active img{
    filter: none;  
    zoom: 130%;
}
.testimoni-nama{
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 15px;
    color:#333333;
}
.testimoni-jabatan{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 12px;
    color:#999999;
}
.testimoni-isi{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color:#666666;
}
.testimoni-dt{
    display:none;
}
.testimoni-dt.active{
    display:block;
}