.testimoni .gambar-testimoni {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 150px;
    border: 2px solid white;
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.58);
-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.58);
-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.58);
}
.testimoni {
    padding: 15px;
    background: white;
    border-radius: 15px;
    grid-template-columns: 100px 2fr;
    grid-gap: 10px;
    border: 1px solid #e9e9e9;
}

#testimoni-container {
    grid-gap: 20px;
}

.testimoni ul li:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
}
.testimoni ul li:nth-child(2) {
    font-size: 13px;
}
.testimoni ul li:nth-child(4) {
    margin-top: 10px;
    font-size: 15px;
}

.bintang {
    align-items: center;
    margin: 10px 0px 10px 0px;
}

.bintang img {
    height: 20px;
}


#tombol-tambah {
    background-color: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 8px;
    box-sizing: border-box;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 13px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
    user-select: none;
    -webkit-user-select: none;
    width: auto;
}

#tombol-tambah:focus-visible {
    box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
    transition: box-shadow .2s;
}

#tombol-tambah:active {
    background-color: #F7F7F7;
    border-color: #000000;
    transform: scale(.96);
}

#tombol-tambah:disabled {
    border-color: #DDDDDD;
    color: #DDDDDD;
    cursor: not-allowed;
    opacity: 1;
}

@media (max-width: 740px) {


}

@media (min-width: 741px) {

    #testimoni-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

