.table {
    width: 100%;
}

.img-stats {
    width: 100%;
    height: 150px;
    border-radius: 15px;
    object-fit: cover;
    overflow: hidden;

}

.img-stats img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

