.streamers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: none;
    gap:10px;
    width: 100%;

    background: none;

}

.streamers-list .streamer-card {
    width:350px;
    min-width: 400px;
    min-height: 310px;
    margin-bottom: 20px;
    padding: 0px;
    margin: 10px;
    /* padding: 15px; */
    border-radius: 5px;
    border: 2px solid rgb(36, 36, 36);
    background: rgba(36, 36, 36, 0.5019607843);
    overflow: hidden;
    
}

.streamers-list .streamer-card .card-body{
    padding:15px;
    font-family: 'Poppins', sans-serif;
}


.streamers-list .streamer-card .card-body .stream-title{
    font-size: 14px;
    line-height: normal;
    margin:0 ;
    height: fit-content;
    margin-bottom: -10px;
}
.streamers-list .streamer-card .card-body .stream-name{
    font-size: 22px;
    color: rgb(196, 207, 222,.7 );
    margin:0;
    font-weight: 500;
    color: rgb(207, 46, 46);
    margin-top:0px;
    margin-bottom: 5px;
}

.streamers-list .streamer-card .card-body .stream-category {
    font-size: 15px;

    color: rgb(196, 207, 222,0.5);
    margin:0;
}