.blog-post__title h1 {
font-family: 'Produkt Web', Roboto Slab, Courier New;
font-size: 2.625rem !important;
font-style: normal;
font-weight: 500;
line-height: normal;
color: #191412;
}

.blog-post__title {
 margin-top: 1.5rem; 
}

.tsc-blog-header-top {
    padding-top: 30%;
}

.tsc-blog-header {
    background-color: #D9EACC;
}

.blog-post__header {
 max-width: 800px;
 margin: 0 auto;
}

.blog-post__tags {
    text-align: right;
}

a.blog-post__author-name, a.blog-post__tag-link {
 color: #005D65;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 20px;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: Poppins;
    font-weight:  600;
    line-height: 120%;
    letter-spacing: 1.125px;
    margin-top: .3rem;
}

.blog-post__image {
    max-width: 800px;
    width 100%;
    margin-bottom: 0;
}

.blog-post__meta {
    margin: 1.5rem 0 .5rem 0;
    border-left: 3px solid #005D65;
}

a.blog-post__author-name {
font-family: "Montserrat", sans-serif;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: inherit;
    text-transform: none;
}

.blog-post__image-wrapper {
 margin-bottom: 0; 
}