.graph-title {
  margin-bottom: 0; }
  .graph-title b {
    line-height: 56px; }

.items {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #BCD9EF;
  border-bottom: 1px solid #BCD9EF;
  padding: 32px; }

.item {
  display: flex;
  text-align: left;
  color: #4F4F4F;
  margin: 16px 0; }
  .item img {
    min-width: 32px; }
  .item div {
    margin-left: 24px; }
  .item h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin: 0; }
  .item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #828282;
    margin: 0; }

.result {
  display: flex;
  justify-content: space-around;
  padding: 32px 0;
  border-top: 1px solid #BCD9EF; }
  @media only screen and (max-width: 500px) {
    .result {
      flex-wrap: wrap; }
      .result .result-score {
        margin-top: 32px; }
      .result .result-text {
        text-align: center; } }
  .result-text {
    text-align: left;
    margin: 0 16px; }
    .result-text h1 {
      font-weight: 900;
      font-size: 40px;
      line-height: 40px;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      color: #57A0D7;
      margin: 0; }
    .result-text h5 {
      font-weight: 500;
      font-size: 24px;
      line-height: 20px;
      letter-spacing: 0.1em;
      color: #828282;
      margin: 0;
      font-variant: small-caps; }
  .result-score {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: rgba(87, 160, 215, 0.36); }
    .result-score .score {
      font-size: 76px;
      color: #57A0D7;
      font-weight: 400; }
