.footer-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer-view img{
  max-width: 100%;
}

.left {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.right {
  width: 100%;
  background-color: #fff;
  padding: 10px 5px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
