﻿
    /*====Blogs=========*/
    
.blog-section .card-img-overlay{display:flex;flex-direction:column;justify-content:end;background:linear-gradient(0deg,rgba(0,0,0,1),rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 60%);}
.blog{background:var(--light_color);box-shadow:0.1rem 0.1rem 1rem rgba(0,0,0,0.1);}
.blog .card-text{width:100%; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.blog .blog-img{height:100%;object-fit:cover;}
    
   