.Blog-Section{background-color:var(--grey-color);padding:1px 5% 5%;margin-top:50px}.blog-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px;justify-content:center}@media (max-width:1024px){.blog-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.blog-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}.Blog-Section{background-color:var(--grey-color);padding-top:1px;margin-top:50px}}.Blog-area{display:flex;align-items:flex-end;margin-bottom:50px;width:100%}.blogimg{width:340px;height:280px;overflow:hidden;display:flex;justify-content:center;border-radius:var(--border-radius);background-color:var(--white-color);cursor:pointer}.blogimg img{height:100%}.blog-text-section{background-color:var(  --primary-color);height:180px;width:300px;border-radius:var(--border-radius);margin-left:-200px;margin-bottom:-50px;padding:15px;color:white;text-align:center;cursor:pointer}.blog-text-section h3{font-size:1.6rem;height:3.9rem;text-align:left;overflow-y:hidden}.blog-text-section p{font-size:.9rem;overflow-y:hidden;line-height:1;height:5.5rem;text-align:left}@media (max-width:768px){.Blog-area{text-align:center}.blogimg{max-width:300px}.blog-text-section{width:90%;max-width:300px}.blog-text-section h3{font-size:1.3rem;height:3.5rem;text-align:left;overflow-y:hidden}.blog-text-section p{font-size:.8rem;overflow-y:hidden;line-height:1;height:5rem;text-align:left}}