.teosedSubMenu {
    width: 50%;
    grid-template-columns: auto auto;
}

@media screen and (max-width: 1080px) {

    .teosedSubMenu {
        width: 100%;
    }
}
