.detail_blog_container{
    h2 {
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.3;
        padding-bottom: 1rem;
        letter-spacing: -0.3px;
        padding-top: 0.75rem;
    }
    h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1;
        margin-top: 1.5rem;
        padding-bottom: 0.5rem;
    }
    h4 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-top: 1rem;
        padding-bottom: 0.55rem;
    }
    h5 {
        font-size: 1.125rem;
        line-height: 1.45;
        margin-top: 0.6rem;
        padding-bottom: 0.5rem;
    }
    h6{
        padding-bottom: 0.45rem;
        padding-top: 1rem;
        text-align: center;
    }
    p {
        font-size: 1.063rem !important;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0.8rem; 
        line-height: inherit;
    }
    ul li, ol li {
        font-size: 1.063rem !important;
        margin-bottom: 0.3rem !important;
    }
    ul, ol{
        padding-bottom: 0.3rem;
    }
}

@media (max-width: 768px) {
    .template-blogpage .img-responsive {
        max-height: 250px;
    }
}

.template-blogpage #mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}

.template-blogpage .blog-content p > a {
    color: rgb(0, 34, 255);
}

.template-blogpage .blog-content p > a:hover {
    text-decoration: underline;
}

.template-blogpage ul.tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.template-blogpage .blog-content ul,
.template-blogpage .blog-content ol {
  left: 2%;
}