.footer-block {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.footer-block p,
.footer-block li {
  color: inherit;
}
.footer-block .logo {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer-block .logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.footer-block .country {
  display: none;
}
.footer-block .footer-address li {
  color: #fff;
  line-height: 1.6;
}
.footer-block .footer-address li.street .material-symbols-outlined, .footer-block .footer-address li.telephone .material-symbols-outlined {
  position: relative;
  top: -0.1em;
}
.footer-block .footer-address li a {
  color: inherit;
  text-decoration: none;
}
.footer-block .footer-address li a:hover, .footer-block .footer-address li a:focus {
  text-decoration: underline;
}
.footer-block.social {
  gap: 3.125rem;
}
.footer-block.social > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-block.link > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-block.link > div {
    justify-content: start;
  }
}
.footer-block .material-symbols-outlined {
  color: var(--bs-gold);
}
