.ospitem-itemtitle, .full-caption h3 {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
.information_box{
  min-width: 148px !important;
  width: 148px !important;
  min-height: 220px !important;
  height: 220px !important;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.information_box:hover {
  transform: scale(1.1);
}
.information_box_img{
  /*width: 210px;*/
  height: 128px;
}