.avatar img {
    max-width: 50px;
    border-radius: 100%;
}
.author-section .meta {
    line-height: 1.2;
}
.author-section {
    background: #f5f7f9;
    padding: 2rem;
}
.hs-inline-edit #hs_cos_wrapper_post_body {
    padding: 1rem
}

.hs_submit.hs-submit {
    width: 100%;
}

.hs-button.primary.large {
    min-height: 2rem !important;
    width: 100%;
    font-size: 12px;
}

.sr-blog-post {
    padding-top: 23px;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sr-blog-post {
        padding-top: 37px;
        padding-bottom: 0px;
    }
    .blog-toc {
        margin-bottom: 38px;
    }
}

@media screen and (min-width: 1200px) {
    .sr-blog-post {
        padding-top: 80px;
        padding-bottom: 0px;
    }
    .sr-blog-post .container {
        max-width: 1365px;
    }
}

@media screen and (min-width: 1920px) {
.sr-blog-post .container {
        max-width: 1600px;
    }
}

.related-posts-section .related-post-link  {
	background: #fff;
    background-size: cover;
    background-position: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    position: relative;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	color: inherit
}
.read-time, .related-posts-section .d-xl-flex li, .tag {
    color: inherit;
    font-size: .875rem!important;
    line-height: 1 !important;
}
.related-posts-section .d-xl-flex {
    list-style: none;
    color: var(--primary);
    padding: 0;
	margin-bottom: 1rem;
}
.related-posts-section .related-post-link:hover {
	
    border: 1px solid var(--primary);
}

body, 
ul li, ol li{
    font-size: 24px!important;
    line-height: 44px!important;
}
.lead, .large, .lead p, .large p, .lead li, .large li,.testimonial-quote blockquote {
    line-height: 44px!important;
}

@media(max-width:1200px) {
    body, ul li, ol li {
        line-height: 38px!important;
        font-size: 18px!important;
    }
    .lead, .large, .lead p, .large p, .lead li, .large li,.testimonial-quote blockquote {
        line-height: 38px!important;
    }
}
</style>