* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: ' '; */
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.ml_mb_nav i {
    position: relative;
}
@media only screen and (min-width: 996px){
li.borderli1.scrollitem1 {
    width: 33%;
}
li.scrollitem1 {
    width: 33%;
	    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
li.scrollitem0 {
    width: 33%;
	margin-top: 2%;
	    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}}
@media only screen and (max-width: 996px){
li.borderli1.scrollitem1 {
    width: 48%;
}
li.scrollitem1 {
    width:  48%;;
}
li.scrollitem0 {
    width:  48%;;
	}}

.ml_mb_nav i::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -11px;
    background-color: var(--main-color);
    top: 0px;
}