/* only for defining that this css is acting for using in JS */
.MobileState {
    display: none;
    width: 1px;
}

:root {
    --headerHeight: 135px;
}

#headerContainer {
    >div:nth-child(2) {
        flex-wrap: wrap;
    }
}

#logo {
    flex-grow: 2;
}
#ayyarehPLus {
    flex-grow: 3;
}