.ohu-result {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.ohu-result__icon {
  font-size: 100px;
  pointer-events: none;
}
.ohu-result__title {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1.375em;
  font-size: 32px;
  margin: 32px 0 0 0;
  font-weight: 400;
  padding: 0 20px;
  color: #333;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}
.ohu-result__subtitle {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #999;
  margin: 12px 0 10px 0;
}
.ohu-result__extra {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.ohu-result__extra > .ohu-btn {
  min-width: 40%;
}
.ohu-result__extra > * {
  margin-right: 50px;
  margin-bottom: 30px;
}
.ohu-result__extra > *:last-child {
  margin-right: 0;
}