.blog-content {
  *{
    line-height: 2;
    padding: 0.5em 0;
  }
  h2 {
    border-left: 5px #A2A1B5 solid;
    padding: 0.2em 0 0.2em 0.5em;
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
    border-bottom: 1px #DAD8DF solid;
  }
  h4 {
    font-size: 20px;
    font-weight: normal;
    
  }
  h5 {
    font-size: 16px;
    font-weight: normal;
  }

  p{
    font-size: 16px;
    
  }

  a {
    text-decoration: underline;
    
  }

  li {
    list-style: disc;
    
  }

  blockquote {
    background-color: #e1e1e1;
    font-style: italic;
  }

  strong {
    font-weight: 600;
  }

  @media screen and (max-width: 768px) {

    *{
      padding: 0.2em 0;
    }
    h2 {
      border-left: 4px #A2A1B5 solid;
      padding: 0.2em 0 0.2em 0.3em;
      font-size: 24px;
    }
  
    h3 {
      font-size: 20px;
      padding: 8px 0;
      border-bottom: 0.5px #DAD8DF solid;
    }
    h4 {
      font-size: 16px;
    }
    h5 {
      font-size: 14px;
    }
  
    p{
      font-size: 14px;
    }
  }
}
