/* ---footer--- */
.container-footer {
  background-color: var(--color-body-bg-1);
  color: var(--color-text-light);
}
.footer-phone {
  text-align: left;
}
.footer-cards {
  text-align: left;
}
.footer-location {
  text-align: right;
}
.footer-social-networks {
  text-align: right;
}
.social-network-items {
  display: flex;
  justify-content: end;
}
.footer-social-icon {
  width: 30px;
  height: auto;
}
.footer-social-link {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 2px;
}
.footer-social-link:hover,
.footer-social-link:focus {
  background: #fcebeb;
}
@media (max-width: 991.98px) {
  .footer-location,
  .footer-social-networks,
  .footer-phone,
  .footer-cards,
  .walkin-welcome,
  .copyright {
    text-align: center;
  }
  .social-network-items {
    display: flex;
    justify-content: center;
  }
}
