
.footer-text {
  color: #fff;
  font-weight: 400;
  transition: 0.7s;
}

.footer-icon {
  color: #fff;
  transition: 0.7s;
}


.mf-footer .footer-item:hover a, .mf-footer .footer-link:hover  {
  color: #ff0000;
  transition: all ease-in-out 0.4s;
}
.footer-item:hover .footer-icon {
  color: #ff0000 !important;
  
}

.footer-item:hover .footer-text {
  opacity: 0.6;
}

.mf-footer a {
  font-family: "Inter", sans-serif;
}



@media (min-width: 992px) {
    .footer-desc{
        max-width: 250px;
        margin: auto;
        margin-top: 20px;
    }

}