
.blog-post-view .page-wrapper .page-main .page-title-wrapper .page-title {
    padding-bottom: 12px;
}
.blog-post-view .page-wrapper .page-main .page-title-wrapper .page-title span{
    color: #768D94;
    text-align: center;
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; /* 110% */
    text-transform: uppercase;
}
.blog-post-view .post-view,
.blog-post-view .post-style-01 {
    max-width: 1310px;
}
.blog-post-view .post-short-description {
    color: #6E6E6E;
    text-align: center;
    font-family: Lora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.43px; /* 142.867% */
    text-transform: capitalize;
    padding-bottom: 22px;
}
.blog-post-view .post-style-01 .post-content {
    display: flex;
    padding-top: 30px;
    padding-bottom: 40px;
    align-items: flex-start;
    gap: 72px;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.blog-post-view .post-style-01 .post-content .post-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.blog-post-view .post-style-01 div.post-featured-image {
    margin: 0 auto;
}
.blog-post-view .post-style-01 div.post-description {
    align-self: stretch;
    color: #6E6E6E;
    font-family: Lora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.43px;
    max-height: 540px;
    overflow: scroll;
}

.blog-post-view .post-style-01 div.post-description::-webkit-scrollbar {
    -webkit-appearance: none;
    -moz-appearance:none;
    width: 7px;
}

.blog-post-view .post-style-01 div.post-description::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.blog-post-view .post-style-02 .post-short-description,
.blog-post-view .post-style-02 div.post-description p{
    max-width: 950px;
    margin: 0 auto;
}
.blog-post-view .post-style-02 div.post-description img{
    max-width: 1310px;
}

@media (max-width: 767px) {
    .blog-post-view .post-style-01 .post-content {
        display: flex;
        flex-direction: column;
    }
    .blog-post-view .post-style-01 div.post-description {
        max-height: max-content;
    }
}
