.mbfooter a:hover {
    font-weight: bold;
}
.logoft  {
    filter: grayscale(1);
}
.logoft:hover {
    filter: unset;
}

@media (max-width:767.8px) {
  .mbfooter {
    margin-bottom: 10px;
  }
}