.section-menu {
border: 1px solid #eee;
list-style-type: none;
display: flex;
li {
width: 100%;
padding: 1rem 0;
border-right: 1px solid #eee;
justify-content: center;
align-items: center;
&:last-of-type {
border-right: 0;
}