.blog-wrapper {
    color: #000 !important;
    font-family: Open Sans,sans-serif !important;
}
.blog-wrapper h2 {
    text-align: left;
}
.blog-wrapper h3 {
    font-weight: 700;
}
.blog-wrapper p {
    font-family: Open Sans;
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 1.8rem 0;
    line-height: 1.6;
}
.blog-wrapper a {
    text-decoration: none;
    &:hover {
        text-decoration: none;
        font-weight: 500;
    }
}
.blog-wrapper ol {
    & li {
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}
.blog-wrapper ul {
    padding-left: 4rem;
    list-style: disc;
    & li {
        padding-left: 0;
        color: #000;
        font-weight: 500;
        line-height: 1.4;
    }
    & li::before {
        content: none;
        color: #000;
        position: static;
    }
}
.label-orange {
    color: #ff9e1a;
    text-transform: uppercase;
}
.blog-header {
    padding-bottom: 60px;
}
.featured-image {
    min-height: 400px;
    img {
        position: relative;
        z-index: 2;
    }
}
.featured-image::before {
    background: url("https://f.hubspotusercontent30.net/hubfs/8019384/Blog Assets/dev-img/body-image.svg");
    display: inline-block;
    width: 2001px;
    height: 605px;
    content: '';
    position: absolute;
    float: right;
    margin-left: -1533px;
    margin-top: -72px;
}
@media screen and (max-width: 1200px) {
    .featured-image::before {
        height: 567px;
        margin-left: -1416px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .featured-image img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1100px) {
    .featured-image::before {
        height: 536px;
        margin-left: -1334px;
    }
}
@media screen and (max-width: 990px) {
    .featured-image::before {
        height: 506px;
        margin-left: -1245px;
    }
}
@media screen and (max-width: 980px) {
    .featured-image::before {
        height: 556px;
        margin-left: -1405px;
    }
}
@media screen and (max-width: 950px) {
    .featured-image::before {
        height: 492px;
    }
}
@media screen and (max-width: 900px) {
    .featured-image::before {
        height: 764px;
        margin-left: -1355px;
        background-position: 100%;
        background-size: cover;
    }
}
@media screen and (max-width: 850px) {
    .featured-image::before {
        height: 738px;
        margin-left: -1429px;
    }
}
@media screen and (max-width: 820px) {
    .featured-image::before {
        height: 698px;
    }
}
@media screen and (max-width: 766px) {
    .featured-image::before {
        height: 647px;
    }
}
@media screen and (max-width: 700px) {
    .featured-image::before {
        height: 608px;
        margin-left: -1491px;
    }
}
@media screen and (max-width: 640px) {
    .featured-image::before {
        height: 540px;
        margin-left: -1536px;
    }
}
@media screen and (max-width: 580px) {
    .featured-image::before {
        background-size: cover;
        height: 515px;
        margin-left: -1491px;
        margin-top: -67px;
    }
}
@media screen and (max-width: 535px) {
    .featured-image::before {
        height: 478px;
        margin-left: -1612px;
    }
}
@media screen and (max-width: 500px) {
    .featured-image::before {
        height: 440px;
        margin-left: -1629px;
        margin-top: -53px;
    }
}
@media screen and (max-width: 460px) {
    .featured-image::before {
        height: 413px;
        margin-left: -1658px;
    }
}

.blog-author img.blog-author-pic {
    border-radius: 50%;
    margin-right: 10px;
}

.featured-info h1.dark-title {
    color: #000;
    font-size: 36px;
    line-height: 43px;
}
@media screen and (min-width: 980px) {
    .featured-info h1.dark-title {
        font-size: 35px;
        line-height: 42px;
    }
}
@media screen and (min-width: 1100px) {
    .featured-info h1.dark-title {
        font-size: 38px;
        line-height: 46px;
    }
}
@media screen and (min-width: 1600px) {
    .featured-info h1.dark-title {
        font-size: 50px;
        line-height: 57px;
    }
}
div:has(> .blog-body,> .prev-next-btn-row) {
    padding: 0 18rem;
}
@media screen and (max-width: 1200px) {
    div:has(> .blog-body,> .prev-next-btn-row) {
        padding: 0 9rem;
    }
}
@media screen and (max-width: 990px) {
    div:has(> .blog-body,> .prev-next-btn-row) {
        padding: 0 4rem;
    }
}
@media screen and (max-width: 900px) {
    div:has(> .blog-body,> .prev-next-btn-row) {
        padding: 0 2.5rem;
    }
}
.blog-cta {
    margin: 0 auto;
    padding: 24px 15px 66px;
    display: block;
    text-align: center;
    background-color: rgba(0,85,184,1.0);
    & h3 {
        color: #fff;
        margin-bottom: 0;
    }
    & p {
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.4;
        /*margin: 0 0 1.8rem;*/
        margin: 0;
        padding: 0 0 3.6rem;
    }
    & .blog-cta-btn {
        padding: 20px 50px;
        background-color: #fff;
        color: rgba(0,85,184,1.0);
        border-radius: 8px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
    }
}
.prev-article-btn,
.next-article-btn {
    font-family: Open Sans,sans-serif;
    &:hover {
        text-decoration: none;
    }
    & p {
        font-family: Open Sans,sans-serif;
        color: #000;
        font-weight: 700;
        margin-block-start: 0;
        margin-block-end: 0;
        margin: 0;
        line-height: 1.3;
    }
}
.related-articles-section {
    background: transparent linear-gradient(180deg, #e4e6ec, #fff) 0 0 no-repeat padding-box;
    padding-bottom: 60px;
    & .related-articles-title {
        padding-left: 15px;
    }
}
@media screen and (min-width: 1200px) {
    .related-articles-section {
        padding-left: 9rem;
        padding-right: 9rem;
    }
}
@media screen and (min-width: 1400px) {
    .related-articles-section {
        padding-left: 18rem;
        padding-right: 18rem;
    }
}
.post-card {
    max-width: 368px;
    margin: 0 auto;
}
.post-card img {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.dark-title a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.post-card .sm-p {
    font-size: 1.6rem;
    line-height: 2.3rem;
}
