.wp-menu-list {
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    /* background-color: lightcoral; */
}
.wp-menu-items {
    width: 100%;
    text-align: center;
    /* background-color: yellow; */
}
.menu-items {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    text-transform: uppercase;
    /* background-color: aqua; */
}
.mn-item {
    margin: 0 10px;
}
.menu-link {
    padding: 15px 10px;
    /* background-color: yellow; */
}
.mn-item a {
    color: #073D31;
}
.mn-item a:hover {
    /* color: white;
    background-color: #8bc054; */
    border-bottom: 3px solid #089547;
}

.mn-item a.active {
    color: #089547;
    border-bottom: 3px solid #089547;
}

@media screen and (max-width: 768px) {
    
}
