footer {
  background-color: #1a1a1a;
  padding: 60px 0px;
  color: #e3e3e3 !important;
}
footer h2 {
  font-size: calc(25px + 20 * (100vw - 360px) / 1240) !important;
}
footer h5 {
  font-size: calc(20px + 8 * (100vw - 360px) / 1240) !important;
}
footer li {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer li a {
  color: #fff;
}
footer li a:hover {
  color: var(--brand-main-color);
}
footer .app-link {
  background-color: rgba(87, 87, 87, 0.3176470588);
  padding: 15px 0px;
  text-align: center;
  border-radius: 5px;
  color: #fff !important;
  display: block;
  width: 100%;
}
footer .app-link svg {
  width: 22px;
  height: 22px;
  fill: var(--brand-main-color);
}
footer li:first-child {
  font-size: 24px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
  color: #efefef !important;
}
footer .social {
  gap: 7px;
}
footer .social a {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: rgba(87, 87, 87, 0.3176470588);
}
footer .social a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
footer .social a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=footer.css.map */