.ohu-entry-item {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #333;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.ohu-entry-item__icon {
  width: 64px;
  height: 64px;
  font-size: 32px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.ohu-entry-item__icon .ohu-icon {
  width: 1.375em;
  height: 1.375em;
  color: inherit;
  pointer-events: none;
}
.ohu-entry-item__icon ~ .ohu-entry-item__text {
  margin-top: 16px;
}
.ohu-entry-item__icon img {
  width: 100%;
  height: 100%;
}
.ohu-entry-item__text {
  display: block;
  width: 100%;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 32px;
  line-height: 1.375em;
  color: inherit;
}
.ohu-entry-item__text .ohu-icon {
  margin-left: 6px;
  margin-right: 6px;
  width: 1.1em;
  height: 1.1em;
}
.ohu-entry-item__minor-text {
  font-size: 28px;
  line-height: 1.3846em;
  color: #999;
}
.ohu-entry-item.is-icon-area-sm .ohu-entry-item__icon {
  width: 48px;
  height: 48px;
}
.ohu-entry-item.is-icon-area-lg .ohu-icon {
  width: 2.5em;
  height: 2.5em;
}
.ohu-entry-item.is-icon-area-lg .ohu-entry-item__icon {
  width: 80px;
  height: 80px;
}
.ohu-entry-item.is-text-xsm .ohu-entry-item__text {
  font-size: 20px;
  margin-top: 0;
}
.ohu-entry-item.is-text-sm .ohu-entry-item__text {
  font-size: 28px;
}
.ohu-entry-item.is-text-md .ohu-entry-item__text {
  font-size: 32px;
}
.ohu-entry-item.is-text-lg .ohu-entry-item__text {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3888888889em;
}
.ohu-entry-item.is-text-lg .ohu-entry-item__minor-text {
  margin-top: 2px;
}