.panel-categories_card{

}

.panel-categories_card__title{
    display: flex;
    color: var(--roxoMuitoJogo);
    align-items: center;
    margin-bottom: 1rem;
}

.panel-categories_card__title h2{
    text-transform: uppercase;
    display: flex;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    margin-right: 1rem;
    margin-bottom: 0;
}


.panel-categories_card__title a{
    font-size: 24px;
}

.panel-categories_card__body{
    display: flex;
}

.panel-categories_card__body div{
    margin: .5rem;
    width: 139px;
    height: 175px;
    border-radius: 11px;
    background-size: cover;
    background-position: 0,0;
}

.panel-categories_card__body a{

}


