h1.title {
    color: #50486c;
    font-size: 72px;
    font-weight: 500;
    line-height: 75px;
    letter-spacing: -1.44px;
}

.post-subtitle {
    color: #50486c;
    font-size: 22px;
    font-weight: 400;
    /* line-height: 75px; */
    letter-spacing: -0.44px;
    margin-top: 22px;
}

.section--hero {
    /* padding-top: 100px; */
    /* min-height: 450px; */
    /* max-height: 450px; */
}

.single-post-body {
    max-width: 1000px;
    margin: auto;
} 

.single-post-body .post-content p, .single-post-body .post-content li {
    color: #50486c;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
}

.post-content h2, .post-content h3 {
    margin-bottom: 10px;
}

.single-post-body img {
    width: 100%;
    border-radius: 30px;
    display: block;
    height: auto;
}
.section--hero-post-image {
    position: relative;
    min-height: 570px;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 35px;
    text-align: right;
    border-radius: 30px;
}

.section--hero-post-image {
    /* margin-bottom: 520px; */
}

.section--hero-post-image h1.title {
    margin-top: auto;
    color: #ffffff;
}

.section--hero-post-image .post-subtitle {
    color: white;
    margin-top: 22px;
}
.section--hero.has-post-image {
    margin-bottom: 140px;
    padding-top: 120px;
    min-height: 600px;
}

.single-post-share {
    /* padding: 100px 0px; */
    margin: 50px 0;
    /* background: url(/wp-content/themes/truepharm/images/bg_share.jpg); */
    /* min-height: 400px; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.share-title {
    color: #221f20;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05px;
    margin: auto 20px;
}
.post-shares a:hover {
    transform: translateY(-5px);
}

.single-post-related .h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: -0.64px;
} 

.single-post-related {
    padding: 30px 0px;
}
.single-post-related h3.title {
    font-size: 18px;
    min-height: 60px;
}

@media (min-width:992px) and (max-width:1600px)
{
    .section--hero.has-post-image {
        min-height: 420px;
        margin-bottom: 120px;
    }

    .section--hero-post-image {
        min-height: 400px;
    }

    h1.title {
        font-size: 50px;
        line-height: 1;
    }

    .section--hero-post-image .post-subtitle {
        font-size: 20px;
    }
}

@media (max-width:992px)
{
    h1.title {
        font-size: 26px;
        line-height: 1.1;
    }

    .section--hero-post-image {
        min-height: auto;
        height: 60vw;
        padding: 20px;
    }

    .section--hero.has-post-image {
        margin: auto;
        padding: 0px;
        min-height: auto;
        padding-top: 110px;
        margin-bottom: 30px;
    }

    .section--hero-post-image .post-subtitle {
        font-size: 16px;
        margin-top: 10px;
    }


    .single-post-share {
        padding: 70px 0px;
        min-height: auto;
        margin: 20px auto;
    }

    .single-post-related .h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .single-post-related .h2:before {
        height: 24px;
        vertical-align: middle;
    }

    .blog-grid-item--content .home-button {
        margin-top: 10px;
    }

    .single-post-related h3.title {
        min-height: auto;
    }

    a.blog-grid-item {
        margin-bottom: 50px;
    }

    
}