.lk {
display: inline;
float: right;
list-style: none;
position: absolute;
top: 13px;
margin-left: -30px;
}
.many {
text-align: center;
float: right;
list-style: none;
line-height:1.8;
}
.many a {
text-decoration: none;
}
.many li span {
color: #fff;
font-size: 15px;
}
/* mobile */
@media screen and (max-width: 768px) {
.lk {
display: inline;
float: right;
list-style: none;
top: 13px;
margin-right: 70px;
position: unset;
 }
 .many{
 position: relative;
 right: 60px;
 }
}