

/* Medium screens */
@media screen and (min-width: 501px){
    /* Page titles */
    .ws-page-title{
        max-width: 80%!important;
    }
    /* Page titles */
}

@media screen and (min-width: 800px){
    .menu-item-container{
        display: flex!important;
    }
}

/* Large screens */
@media screen and (min-width: 901px){
    /* Page titles */
    .ws-page-title{
        max-width: 50%!important;
    }
    /* Page titles */
}

/* Large screens */



/* Medium screens */