<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-details-page {
    margin-top: 50px !important;
}

.blog-date {
    font-size: 16.6px;
    line-height: 24.9px;
    color: #757575;
    font-family: openSans-light;
    margin: 0 22px 22px 0;
}


.blog-details-page .blog-title, .blog-details-page .blog-title-section p {
    line-height: 27px;
    font-size: 18px;
    color: #92929D;
    font-family: openSans-semiBold;
    margin-bottom: 0.5rem;
}


.blog-details-page .banner-section .banner-img {
    width: 100%;
    height: 644px;
    background-color: #C4C4C4;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: center;
}

.blog-details-page .share-container {
    display: inline-flex;
    align-items: center;
}

    .blog-details-page .share-container .share-this-page {
        margin-right: 20px;
        font-size: 14px;
        font-family: openSans-bold;
        color: #70A75E;
    }

.blog-details-page #st-1 .st-total {
    display: none;
}

.blog-details-page #st-1 .st-btn &gt; span {
    color: #fff;
    font-size: 11.6px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.related-posts-section .heading {
    color: #282828;
    font-family: openSans-medium;
    font-size: 22.2px;
    font-style: normal;
    line-height: 28.8px;
    margin-bottom: 0.5rem !important;
}

.related-posts-section .head-border {
    width: 100%;
    background: #EEEEEE;
    height: 2px;
}

.blog-details-page .each-blog {
    cursor: pointer;
}

    .blog-details-page .each-blog .blog-img {
        height: 190.31px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        background-size: cover;
    }

    .blog-details-page .each-blog .content-section {
        margin-top: 20px;
    }


        .blog-details-page .each-blog .content-section .title {
            color: #18191f;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 30px;
            min-height: 89px;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            overflow: hidden;
            margin-bottom: 0rem;
            font-family: openSans-bold;
        }

        .blog-details-page .each-blog .content-section .description {
            color: #333;
            /* font-family: Inter; */
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin: 0rem 0rem 0rem 0rem;
            min-height: 50px;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            overflow: hidden;
            font-family: openSans-light;
            height: 85px;
        }
</pre></body></html>