.list-petani{
    display: flex;
    padding:30px;
    overflow-x: auto;
    width: 100%;
}
.list-petani .petani{
    margin-right: 30px;
}
.list-petani .petani:last-child{
    margin-right: 0px;
}
.petani{
    text-decoration: none;
    cursor: pointer;
    flex: none;
    display: flex;
    flex-direction: column;
    width: 300px;
    border-radius: 20px;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    background-color: #fff;
}
.petani:hover{
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
}
.meta-petani{
    display: flex;
    padding:20px;
    flex-direction: column;
}
.name-petani{
    margin-bottom: 10px;
    font-weight: bold;
    color: #575757;
}
.img-petani{
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
}
.thumbnail-petani{
    width: 100%;
    height: 180px;
    position: relative;
}
.total-petani{
    color:#000;
    font-size: 12px;
    margin-bottom: 5px;
}
.donasi-petani{
    display: flex;
    border-radius: 5px;
    background-color: #fff;
    padding:10px;
    flex-direction: column;
    position: absolute;
    width: 280px;
    bottom: 10px;
    left: 10px;
}
.progress-petani{
    bottom:10px;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding:2px;
    width: 100%;
}
.progress-bar-7{
    width: 70%;
    border-radius: 10px;
    height: 3px;
    background-color: var(--primary);
}
.progress-bar-6{
    width: 60%;
    border-radius: 10px;
    height: 3px;
    background-color: var(--primary);
}
.text-petani{
    font-size:14px;
    color:#000;
    margin-bottom: 20px;
}
.place-petani{
    font-weight: bold;
    color: var(--primary);
}