.blog_card{font-family:var(--font-poppins),sans-serif;border-radius:6px;height:auto;margin-bottom:20px;transition:all .2s;box-shadow:1px 2px 2px #00000080}.blog_card:hover{transform:scale(1.01)}.blog_card a .body h3{color:#212529;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:50px;font-size:20px;font-weight:700;display:-webkit-box;overflow:hidden}.blog_card .body{padding:10px 14px}.blog_card a .body p{color:#212529;-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:16px;font-weight:500;display:-webkit-box;overflow:hidden}.blog_card .img_div{border-radius:5px;width:100%;height:160px}.blog_card .img_div img{border-top-left-radius:5px;border-top-right-radius:5px;width:100%;height:100%}.blog_card a{text-decoration:none}.blog_card .body a{color:var(--red-color);font-size:16px;font-weight:500;text-decoration:none}@media screen and (max-width:768px){.blog_card{width:100%}}.skeleton-loader-image{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
