footer,
footer a {
  color: #b5292f;
  font-size: 14px;
}
footer a:hover {
  color: #b5292f;
}
.footer-set {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px #b5292f solid;
}
.footer-set > div:last-child {
  display: flex;
  gap: 3rem;
}

@media (max-width: 991px) {
  footer,
  footer a {
    color: #b5292f;
    font-size: 12px;
  }
  .footer-set {
    flex-direction: column;
    text-align: center;
            gap: 1rem;
  }
  .footer-set > div:last-child {
    justify-content: space-between;
  }
}
