.landing-page-blogs .title {
    font-weight: bold;
    line-height: 1.1;
    font-size: 1.7rem;
}
.blog-post-list-parent{
    margin: 0 -1%;
}
.landing-page-blogs .post-items-widget-post-grid {
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    padding: 0 0;
    flex-wrap: wrap;
}
.landing-page-blogs .blog-post-list-item {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    /* background-color: #000; */
    width: 33.3333%;
    /* margin-right: 20px; */
    align-self: stretch;
}
.landing-page-blogs .blog-post-list-item .blog-post-list-item-sub{
    background-color: #000;
    margin: 0 2%;
}

.landing-page-blogs .blog-post-list-item {
    box-sizing: border-box;
}

.landing-page-blogs .blog-post-item-image{
    border-style: none;
    box-sizing: border-box;
    margin: 0;
    /* margin-block-start: 1em; */
    margin-block-end: 1em;
    /* margin-inline-start: 40px; */
    /* margin-inline-end: 40px; */
}
.landing-page-blogs .blog-post-item-title{
    padding-left: 15px;
    padding-right: 15px;
}
.landing-page-blogs .blog-post-item-title{
    word-wrap: break-word;
}
.landing-page-blogs .blog-post-item-title{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.landing-page-blogs .blog-post-list-item .blog-post-item-title .post-item-link {
    color: #ffffff;
}
.landing-page-blogs .blog-post-list-item .blog-post-item-short-content {
    color: #ffffff;
    word-wrap: break-word;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 71.42857143000001%;
    /* line-height: 0; */
    position: relative;
    vertical-align: baseline;
    text-align: justify;
    margin-bottom: 1rem;
}
.landing-page-blogs .blog-post-list-item .blog-post-item-short-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* limit to 2 lines */
}
.landing-page-blogs .blog-post-list-item .read-more {
    color: #ffffff;
    word-wrap: break-word;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 90%;
    /* line-height: 0; */
    position: relative;
    vertical-align: baseline;
    text-align: justify;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

/** blogs in blog list */
.blogs-listing-page.blog-post-list {
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    padding: 0 0;
    flex-wrap: wrap;
}
.blogs-listing-page .blog-post-list-item {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    /* background-color: #000; */
    width: 33.3333%;
    /* margin-right: 20px; */
    align-self: stretch;
}
.blogs-listing-page .blog-post-list-item .blog-post-list-item-sub{
    background-color: #000;
    margin: 0 2%;
}

.blogs-listing-page .blog-post-list-item {
    box-sizing: border-box;
}

.blogs-listing-page .blog-post-item-image{
    border-style: none;
    box-sizing: border-box;
    margin: 0;
    /* margin-block-start: 1em; */
    margin-block-end: 1em;
    /* margin-inline-start: 40px; */
    /* margin-inline-end: 40px; */
}
.blogs-listing-page .blog-post-item-title{
    padding-left: 15px;
    padding-right: 15px;
}
.blogs-listing-page .blog-post-item-title{
    word-wrap: break-word;
}
.blogs-listing-page .blog-post-item-title{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.blogs-listing-page .blog-post-list-item .blog-post-item-title .post-item-link {
    color: #ffffff;
}
.blogs-listing-page .blog-post-list-item .blog-post-item-short-content {
    color: #ffffff;
    word-wrap: break-word;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 71.42857143000001%;
    /* line-height: 0; */
    position: relative;
    vertical-align: baseline;
    text-align: justify;
    margin-bottom: 1rem;
}
.blogs-listing-page .blog-post-list-item .blog-post-item-short-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;  /* limit to 2 lines */
}


/* .featured-blog-post {
    display: table-row;
}
.featured-blog-post .blog-post-featured-left {
    display: table-cell;
}
.featured-blog-post .blog-post-featured-right {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
    padding-left: 5%;
}
.featured-blog-post .blog-post-featured-title{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 23px;
    font-weight: 700;
}
.featured-blog-post .post-item-link {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    text-decoration: none;
} */

.blogs-main-heading{
    margin-bottom: 2%;
}
.blogs-main-heading .title{
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.blogs-content-heading{
    margin-top: 5%;
    margin-bottom: 2%;
}
.blogs-content-heading .title{
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.featured-blog-post {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 3% 0 3%;
}
.featured-blog-post .blog-post-featured-left {
    width : 50%;
    text-align: center;
}
.featured-blog-post .blog-post-featured-right {
    align-self: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.featured-blog-post .post-item-link {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    display: flex;
}
.featured-blog-post .post-item-link:hover {
    color: #f75757;
    text-decoration: none;
}
.featured-blog-post .post-item-link > img {
    width:20px;
    margin-left: 5px;
}

.blog-post-content-title{
    font-weight : 500;
}
.post-detail-title .blog-post-info{
    color: darkgrey;
}
.post-detail-title{
    margin-top: 2%;
}
/** blog-post-list */

