.testimoni-img{
    height: 200px;
    border-radius: 24px;
}

.testimoni-feed{
    background-color: #F9F9F9;
    border-radius: 24px;
}

.testimoni-button{
    background-color: #ffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    user-select: none;
}

.feed{
    width: 400px;
}

.testi-name{
    font-size: 18px;
    color: #495057;
}

#testiMessage{
    height: 150px;
}

/* Testimonial indicators */
.testi-indicators {
    gap: 8px;
}

.testi-indicators .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ADB5BD;
    display: inline-block;
}

.testi-indicators .dot.active {
    background: #2A1608;
    border-radius: 96px;
    width: 24px;
}

/* Mobile */
@media (max-width: 768px) {
    .testimoni-title-mobile {
        font-size: 20px;
    }
    #testimoni{
        padding: 20px;
    }
    #testiMessage{
        font-size: 16px;
    }
    .img-testi{
    display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimoni-title-mobile{
        font-size: 32px;
    }

    .img-testi img{
       height: 130px !important; 
    }
}