#catalogSection {
    padding-bottom: 50px;
}

.brunch {
    width: calc(100% - 15px);
    margin: 15px 0 0 15px;
    font-size: 16pt;

    overflow: auto;
    text-align: center;
}


@media (min-width: 1350px) {
    .brunch:first-child {
        margin-top: 0;
    }
    
}


.table {
    width: calc(100% - 6px);
    margin-bottom: 5px;

    border: 3px solid transparent;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.table:hover {
    border: 3px solid var(--accentColor);


}

.table p {
    padding: 5px 0;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    background-color: white;
}

.table p:first-child {
    width: 100%;
    font-weight: bold;
}

.table p:nth-child(2), .table p:nth-child(3) {
    width: 50%;
}

.table p:nth-child(4), .table p:nth-child(5), .table p:nth-child(6){
    width: 33.333%;
}