.img-footer {
  display: flex;
  margin-top: -10px;
  height: 105px;
  overflow: hidden;
}

.img-footer.right{
  justify-content: flex-end;
}

.img-footer.center{
  justify-content: center;
}

.corner-image {
  position: relative;
  align-items: end;
  transform: rotate(-30deg);
  z-index: 2;
  max-height: 182px;
}

.bottom-image {
  position: relative;
  align-items: center;
  max-height: 182px;
}
