.menu-section {
    background-color: #FFD440;
    font-size: 20px;
    align-items: center;
}

tr > td:nth-of-type(2), tr > th:nth-of-type(2) {
    float: right;
}

@media only screen and (max-width: 768px) {
    .collapsible-body.row {
        padding: 1rem;
    }
}