.box-image-text .image {
  min-height: 190px;
  max-height: 190px;
}

.box-image-text .image img {
  max-height: 190px;
  margin: auto;
}

.box-simple {
  min-height: 230px;
}

#all{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1;
}