/* Change the font size of the 'Sides' heading specifically */
.sqs-block-menu h2 {
    font-size: 20px; /* Adjust this value to your desired size */
}

/* Uniform font size for all menu items */
.sqs-block-menu p,
.sqs-block-menu span {
    font-size: 16px; /* Adjust this value for your menu items */
}