.blog_grid{
/* background-color:#fff2da; */
background-color:var(--wheat-color);padding: 20px 30px;gap: 25px;border-radius: 8px;height: 100%;transition: 0.3s ease-in;
/* border: 1px solid var(--primary-light-color); */
}
.blog-title{color:#000;font-weight: 700;font-size: 24px;margin:20px 0 12px 0}
.banner-us{display: flex;justify-content: center;align-items: center;text-align: center;}
.banner-title{color:#fff}
.shape-traingle {position: absolute;max-width: 200px;width: 100%;z-index:0;opacity: 0.5;}
.lp-name{font-weight: 600;text-align: left;font-size: 15px;color:#000}
.post-list{border-bottom: 1px dashed var(--secondary-color);padding-bottom: 15px;margin-bottom: 16px}
.list-title{font-size: 22px;padding: 15px 20px;background:#e10c30;color: var(--white-color);border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight:600}
.latest-blogs{border-radius: 10px;display: flex;flex-direction: column;margin: auto;background-color:#fff}
.list-box{padding:10px 20px}
.post-single-body h2,h3,h4,h5,h6{margin:20px 0}
.post-single-body h3{font-size:26px}
.post-single-body h4{font-size:20px;color: var(--secondary-color)}
.post-single-body p,.post-single-body ul li,.post-single-body ol li{line-height: 1.6}
.post-single-body ul li,.post-single-body ol li{margin:18px 0;font-size:16px}
.post-single-body ul li strong{color: var(--secondary-color)}
.post-single-info li {margin-bottom: 0;font-size:14px;text-transform: capitalize;font-weight:500}
.list-inline>li {display: inline-block;padding-right: 5px;padding-left: 5px;color:#666}
.dot {width: 2px;height: 9px;background-color:var(--secondary-color);border-radius: 50%;display: block;margin: 0 6px !important}
@media screen and (max-width: 768px){
.main-section{padding:35px 0px}
.post-single-body h2{font-size:28px}
.post-single-body h3{font-size:23px}
.post-single-body h4{font-size:21px}
.post-single-body h5{font-size:20px}
}