.mw-bbb{
grid-column: 1/-1;
}
.mw-bbb23{
    color: #6200F6;
    font-size: 18px;
    line-height: 22px;
    font-family: "NunitoSans-Black";
    grid-column: 1/-1;
    display: flex;
    align-items: center;
}
.mw-bbb23 h2{
    flex-wrap: nowrap;
    width: 130px;
}
.bbb-divider {
    width: 100%;
    background-color: #6c6c6c;
    opacity: .2;
    height: 1px;
}

.mais-lidas-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}
.bbb-content{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: row;
    gap: 30px;
    margin: 20px 0;
}
@media (max-width: 1024px) {
    .bbb-content{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: minmax(160px, auto);
        grid-auto-flow: row;
        gap: 30px;
        margin: 20px 0;
    }
    .mw-bbb-movie-extended figure > img{
        min-height: 315px;
    }
}

@media (max-width: 590px) {
    .bbb-content{
        display: flex;
        flex-direction: column;
    }
    .mw-bbb-movie-extended figure > img{
        min-height: 315px;
    }
}