.blog-section{padding:2rem 1rem;background:linear-gradient(180deg,#fff9e1,#dccb86)}.section-title{font-size:2.5rem;color:#444;margin-bottom:1rem;font-weight:700}.section-description{font-size:1rem;color:#666;margin-bottom:2rem}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;height:100%;text-align:center}.blog-card:hover{transform:translateY(-10px);box-shadow:0 6px 12px rgba(0,0,0,.2)}.blog-img{width:100%;height:200px;object-fit:cover}.blog-details{padding:1.5rem}.blog-date{font-size:.9rem;color:#888;margin-bottom:.5rem}.blog-title{font-size:1rem;color:var(--purple);margin-bottom:1rem}.blog-desc{font-size:.8rem;color:#555;margin-bottom:1rem;line-height:1.6}.read-more-link{font-size:1rem;color:var(--purple);text-decoration:none;font-weight:700}.read-more-link:hover{text-decoration:underline;color:#000}@media (max-width:768px){.blog-img{height:150px}.section-title{font-size:2rem}.blog-section{padding:1rem 0}.blog-details{padding:.5rem}.blog-date{font-size:10px}.blog-title{font-weight:600;font-size:11px}.blog-desc{font-size:9px}.blog-section .row .col-md-4{margin-bottom:1rem}}