/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@media (min-width: 992px) {
    .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
        
        min-width: 15rem;
}