.footer {
  bottom: 0;
  width: 100vw;
  background-color: white;
  z-index: -1;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.footer .logo {
  height: 100px;
}
.footer .footer-cols {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.footer .footer-cols .f-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .footer-cols .f-col .fc-title {
  text-transform: uppercase;
  color: #940000;
  font-weight: 600;
  font-size: 12px;
}
.footer .footer-cols .f-col ul {
  list-style: none;
  padding-left: 15px;
}
.footer .footer-cols .f-col ul li a {
  text-decoration: none;
  color: #8a8a8a;
  transition-duration: 0.2s;
}
.footer .footer-cols .f-col ul li a:hover {
  color: #262626;
}

/*# sourceMappingURL=footer.css.map */
