.blogPost h1 {
    font-weight: 700;
    /* line-height: 45px; */
    font-size: 28px;
}

.blogPost .blogMeta .blogDate {
    text-decoration: none; 
    display: inline-block;
    box-shadow: 0 4px 0 #575c7a; 
}

.blogPost .blogMeta {
    margin-bottom: 20px;
}

.blogPost h2 {
    line-height: unset;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 35px;
}

.blogPost h2:first-child {
    margin-top: 0;
}

.blogPost h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: unset;
    margin-bottom: 15px;
    margin-top: 35px;
}

.blogPost h3:first-child {
    margin-top: 0;
}
