.footer-bottom-end {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.15s;
}

.footer-social a:hover {
  opacity: 1;
}

.footer-social svg {
  width: 22px;
  height: 22px;
  display: block;
}
