.header__dropdown__wrapper .header__dropdown__inner{
    & .dropdown__grandchildren-wrapper {
        display: flex;
        flex-direction: row;
        gap:32px;
    }
    & .dropdown__family--grandchild{
        max-width: 434px;
    }

    & .dropdown__column--left,
    & .dropdown__column--right {
        flex: 1;
    }


    & .dropdown__family--grandchild .navlink--child:first-of-type{
        padding-bottom: 16px;
        margin-bottom: 6px;
    }
}
