.post_sect {
    background-color: #F5F5F5;
}
.post_sect .breadcrumbs {
    margin: 0 0 2.5em;
}
.post_sect .content_container {
    background-color: #ffffff;
    padding: 3.75em 6.375em;
    box-sizing: border-box;
}
.post_sect .title {
    text-align: left;
    font-size: 1.5em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.33;
    margin: 0 0 0.83em;
}
.post_sect .author {
    font-size: 0.75em;
    line-height: 1.67;
    padding-bottom: 1.67em;
    margin: 0 0 3.34em;
    border-bottom: 1px solid #D9D9D9;
    color: #9CA3AF;
}
.post_sect .content {
    color: #374151;
    font-size: 1.125em;
    line-height: 1.5;
    margin: 0 0 2.23em;
}
.post_sect .source {
    padding: 1.25em 2.5em;
    box-sizing: border-box;
    border: 1px solid #E5E7EB;
    margin: 0 0 2.5em;
}
.post_sect .source_author {
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0.625em;
}
.post_sect .source_url {
    color: #374151;
    font-feature-settings: 'salt' on;
    font-size: 0.875em;
}
.post_sect .social_container {
    border-top: 1px solid #D9D9D9;
    padding-top: 2.5em;
}
.post_sect .social_title {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 0.625em;
}
.post_sect .wp-post-image {
    display: block;
    max-width: 100%;
    margin: 0 auto 2em;
    width: auto;
    height: auto;
}
.post_sect.partnership_post_sect .wp-post-image {
    max-height: 15em;
    max-width: 30em;
}
.post_sect.partnership_post_sect .sect_title {
    font-size: inherit;
    margin: 0;
}
@media(max-width: 1199px) {
    .post_sect .breadcrumbs {
        margin: 0 0 1.5em;
    }
    .post_sect .content_container {
        padding: 2.5em 1.25em;
    }
    .post_sect .content {
        font-size: 1em;
        margin: 0 0 2.5em;
    }
    .post_sect .source {
        padding: 1em 1.25em;
    }
    .post_sect.partnership_post_sect .wp-post-image {
        max-height: 10em;
    }
}
@media(max-width: 767px) {
    .post_sect {
        background-color: #ffffff;
    }
    .post_sect .content_container {
        padding: 0;
    }
    .post_sect .title {
        font-size: 1.25em;
        margin: 0 0 1em;
    }
    .post_sect .author {
        padding: 0 0 1.5em;
        margin: 0 0 1.5em;
    }
    .post_sect .content {
        font-size: 0.875em;
    }
    .post_sect .source {
        padding: 0.75em 1em;
    }
    .post_sect .wp-post-image {
        margin: 0 auto 1em;
    }
}