.custom-nav {
width: 100%;
flex: 0 0 auto;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.custom-nav__content {
flex: 1;
align-items: center;