.footer {
  background-color: #333;
}
.footer a {
  text-decoration: none !important;
}
.footer .font-11 {
  font-size: 0.6875rem;
}
.footer .desc {
  font-size: 0.75rem;
  text-align: justify;
}
.footer .info {
  background-color: #2b2b2b;
  border-bottom-right-radius: 145.5px;
}
.footer i {
  transition: 300ms;
}
.footer i:hover {
  color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}
.footer .main-menu .item {
  font-size: 0.6875rem;
  font-weight: 500;
  transition: 300ms;
}
.footer .main-menu .item:hover {
  color: #ffc107 !important;
}
@media screen and (max-width: 992px) {
  .footer .logo {
    align-items: center !important;
  }
}/*# sourceMappingURL=footer.module.css.map */