.blog_analytics_holder.whitepaper_analytics_holder {
    border: 0;
}

.whitepaper_featured_image_holder{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.whitepaper_featured_image_holder .blog_featured_image.whitepaper_featured_image {
    margin-bottom: 15px;
}

.whitepaper_featured_image_holder .whitepaper_featured_image_caption {
    color: #B5BBC3;
    font-size: 1rem;
    line-height: 145%;
    letter-spacing: -0.5%;
}

.blog_content_wrapper.whitepaper_content_wrapper pre{
    font-size: 1rem;
    color: #B5BBC3;
}

.whitepaper_analytics_holder .blog_analytics .blog_author_details{
margin-bottom: 0;
}

.blog_content_wrapper.whitepaper_content_wrapper pre strong{
    display: block;
    font-weight: 600;
    letter-spacing: 5%;
    color: #0974F2;
    margin-bottom: 6px;
}

.blog_content_wrapper.whitepaper_content_wrapper li h4{
    margin-bottom: 5px;
    color: white;
}

.blog_content_wrapper.whitepaper_content_wrapper ul{
    color: #B5BBC3;
    font-size: 1.125rem;
}

.blog_content_wrapper.whitepaper_content_wrapper ul li strong{
    font-size: 1.25rem;
    font-weight: 400;
    color: white;
}

.whitepaper_download_form{
    background: linear-gradient(to bottom right, #0974f20d, #0f151d00);
}

.whitepaper_download_form .sidebar_title{
    font-size: 1.125rem;
    font-weight: 600;
    color: #0974F2;
    margin-bottom: 13px;
}

.whitepaper_download_form hr{
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    border-top: 1px solid #ffffff0F;
    background-color: #ffffff0F;
}

.whitepaper_download_form .subscribe_text{
    font-size: 0.875rem;
    margin-bottom: 13px;
}

.whitepaper_download_form .form_input{
    margin-bottom: 13px;
}

.related_blogs_section.related_whitepaper_section{
    text-align: center;
}

.related_blogs_section.related_whitepaper_section .related_blogs_grid{
    text-align: start;
}

@media (max-width: 1024px) {
    .blog_content_wrapper.whitepaper_content_wrapper ul li strong {
        font-size: 1.125rem;
    }
    .blog_content_wrapper.whitepaper_content_wrapper li h4 {
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .whitepaper_featured_image_holder {
        margin-bottom: 30px;
    }
    .whitepaper_featured_image_holder .whitepaper_featured_image_caption {
        font-size: 0.875rem;
    }
    .blog_content_wrapper.whitepaper_content_wrapper pre {
        font-size: 0.875rem;
    }
    .blog_content_wrapper.whitepaper_content_wrapper ul li strong {
        font-size: 1rem;
    }
    .blog_content_wrapper.whitepaper_content_wrapper li h4 {
        font-size: 1rem;
    }
    .whitepaper_download_form .sidebar_title {
        font-size: 1rem;
    }
}