.contenttestimoni {
    font-size: 14px;
    margin-top: 20px;
    color: #6F6F6F;
}

.gambar-testimoni {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 150px;
    margin-right: 10px;
    border: 2px solid white;
}

.datatestimoni {
    box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.39);
    padding: 20px;
    background: url(../../../images/frontend/2/testimoni.png) top right no-repeat;
    height: 400px;
}


.datatestimoni strong {
    font-size: 18px;
}

#testimoni {
    display: block;
}

@media (max-width: 740px) {
    #testimoni>div {
        width: 100vw;
    }
}

