.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;
}

.custom-img-size img {
  max-width: 500px; 
  width: 100%;
  height: auto; 
  display: block;
  margin: 20px auto; 
  border-radius: 5px; 
}