/**
 * @file
 * Portcullis text blocks styles
 */
.pc-text-block {
  border-color: #ebebeb;
  border-width: 3px;
  border-style: solid;
  padding: 60px 45px 55px;
  min-height: 255px;
}
.pc-text-block h4 {
  font-size: 24px;
  margin-top: 0;
}
