footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: white;
  min-height: 300px;
  height: 35vh;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}

.footer-content > p {
  font-size: 15px;
  font-family: 'Alibaba', Arial, sans-serif;
  color: black;
}
@media (max-width: 768px) {
  .footer-content > p {
    font-size: 10px;
  }
}

.foot-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.foot-images img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}
