footer {
  background-image: linear-gradient(to right, black, #d41a0d);
  color: white;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-right,
.footer-middle,
.footer-left {
  flex: 1;
  margin: 20px;
}

.footer-right img {
  width: 150px;
  height: auto;
  margin: 10px 10px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: .5rem;
}

.footer-social img {
  width: 24px;
  height: auto;
}

.footer-left p {
  margin: 0;
}