.mm-list > li:last-child{
    background:#f8a51a;
    color:#000
}

.mm-list > li:last-child a::before {
  content: '';
  background-image: url(https://cdn1.npcdn.net/imageshome/1582706285d927267f77f76c42babda4fc71b3230c.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
  display: inline-block;
}

.mm-list > li:last-child a{
  display: flex;
  align-items: center;
    font-weight:700;
}

.poweredby, #footer .poweredby a{
    color:#ea8500 !important;
    font-size:10px;
}