footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: center;
}

.hosting-sponsor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hosting-sponsor img {
  display: block;
  width: 100px;
  height: auto;
}

@media (max-width: 700px) {
  footer {
    align-items: center;
    flex-direction: column;
  }

  .hosting-sponsor {
    justify-content: center;
    flex-wrap: wrap;
  }
}
