.mkbh-vocabulary-header-wrapper {
  background-color: #F4F2ED;
  color: #303030;
  border-bottom: 1px solid #b3b3b3;

  .mkbh-vocabulary-header {
    margin-top: 24px;
    margin-bottom: 18px;

    &__image {
      width: 22px;
      height: 22px;
      color: #C1041F;
      font-size: 20px;

      & > img {
        max-width: 100%;
        max-height: 100%;
      }
    }

    h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 7px !important;
      margin-bottom: 0;
      color: #4D4D4D;
      letter-spacing: 1.92px;
    }

    h2 {
      font-family: 'Montserrat', sans-serif;
      position: relative;
      font-weight: 500;
      font-size: 48px;
      margin: 0;
      margin-top: 5px !important;
      padding-bottom: 7px;
      color: #4D4D4D;

      &:first-letter {
        text-transform: uppercase;
      }

      &:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 225px;
        height: 1px;
        border-bottom: 1px solid #b3b3b3;
        color: #4D4D4D;
      }
    }

    &__result {
      font-family: 'Caecilia LT Std 55 Roman', serif;
      font-size: 22px;
      font-weight: normal;
      letter-spacing: 1px;
      margin-top: 4px;
      color: #4D4D4D;
    }
  }
}

@media screen and (min-width: @screen-lg) {
  .mkbh-vocabulary-header {
    margin-left: 200px;
  }
}


