.app-example {
  margin-top: 20px;
  width: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-responsive {
  border-radius: 15px;
  width: 100px;
  height: 100px;
}
