.post-card {
    background-color: #fff !important;
    padding:20px;
    border-radius: 0 !important;
    margin-bottom:40px;
    display: block;
    position: relative;
    -webkit-box-shadow: 0 5px 20px 0 rgba(69, 67, 96, .1);
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, .1);
    min-height:510px
}
.post-card-image {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .08), 0 0 0 transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .08), 0 0 0 transparent;
}
.post-card-content {
    text-align: left;
}
.post-card-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--color-darkblue);
}
.post-card-content h2 a{color: var(--color-darkblue);font-weight:700;line-height:1.5}
.post-card-content p {
    font-size: 15px;
    color: #000;
    line-height:1.6;
    margin-bottom: 15px;
    font-weight:500;
}
.post-card-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:0
}
.post-card-info li {
    margin-bottom: 0;
    font-size: 13px;
    color: #506172;
    text-transform: capitalize;
    font-weight: 500;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #000;font-size:15px
}
.post-card-info img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    margin-right: 7px;
}
.blog_box{padding:20px;background:#fff}
.blog-title{
    font-size: 32px;
    font-weight: 700;
    color:var(--color-darkblue)
}
.list-inline a{color:var(--color-red);}
.latest-blogs {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: auto;
    background-color: #fff;
}
.dark-shadow {
    box-shadow: 0 0 48px 0 rgb(235 235 235);
}
.list-title {
    font-size: 22px;
    padding: 15px 20px;
    background:var(--color-red);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
}
.list-box {
    padding: 10px 20px;
}
.post-list {
    border-bottom: 1px dashed #1f5d71;
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.lp-name {
    font-weight: 600;
    text-align: left;
    font-size: 15px;
    color: #000;
    margin-left: 1rem !important;
}
.post-single-body ol li, .post-single-body p, .post-single-body ul li {
    line-height: 1.6;font-weight:500
}
.post-single-body h2, .post-single-body h3, .post-single-body h4, .post-single-body h5, .post-single-body h6 {
    margin: 20px 0;
}
.post-desc a{color: var(--color-red);}
.blog_box .list-inline>li{font-weight:500}