

.my-custom-class {
  border: 2px solid #ccc;
  text-align: center;
  padding: 10px;
  background-color: #f9f9f9;
}

.my-custom-class img {
  max-width: 100%;
  height: auto;
}

.drop-cap::first-letter {
  color: #3b3b3b;
  font-family: "Georgia", serif;
  font-weight: bold;
  margin-right: 0.1em;
  line-height: 1;
  font-size: 6em;
  float: left;
}

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