.menusm-container {
    display: grid;
    justify-content: flex-end;
}
.menusm {
     padding:0px;
     margin:0px;
     display: flex;
}

.menusm li {
     color: #757373;
     font-weight: 300;
     text-transform: uppercase;
     padding-left: 10px;

}
.menusm li:hover,.menusm .highlight {
     color: #0870A5;
     cursor: pointer;
     font-weight: bold;
}


@media (min-width: 741px){

}
@media (min-width: 992px)
{

}
