/* CSS Document */
.cases .td {
  display: table-cell;
  padding-bottom: 20%;
  width: 33.3333%;
}
.cases .td {
  background: rgba(0,83,138,0.6); /*blue*/
  /*box-shadow: 0 0 5px 2px rgba(68,68,68,0.6) inset;*/
  display: table-cell;
  float: left;
  position: relative;
}
.td {
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.6);
}
.title {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.inner p {
  line-height: 1;
  margin: 0;
  padding-left: 10%;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
}