.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;
}

body {
	font-size: 18px;
}

table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
th {
 padding: 10px;
 background: #e9faf9;
 border: solid 1px #778ca3;
}
td {
 padding: 10px;
 border: solid 1px #778ca3;
}