.codicts-menu-form .form-section-wrapper {
    display: block !important;
}
/* Menu Title */
.mlrmp_main_header h6 {
    font-size: 2rem !important;
}
/* Menu Description */
.mlrmp_main_header p {
    font-size: 1rem !important;
}
/* Menu Label */
.category-desc label {
    font-size: 1.5rem !important;
}
/* Label Description */
.codicts-menu-pro .codicts-category-header-item p {
    font-size: 1rem !important;
}
/* Mobile Sizes */
@media only screen and (max-width: 768px) {
.mlrmp_main_header h6 {
    font-size: 1.3rem !important;
}
.mlrmp_main_header p {
    font-size: 1rem !important;
}
.category-desc label {
    font-size: 1rem !important;
}
.codicts-menu-pro .codicts-category-header-item p {
    font-size: 0.8rem !important;
}
}