.popular-articles{padding:6rem 2rem;background-color:#4a3f35;color:#fff;text-align:center}.popular-articles h2{font-size:1.8rem;margin-bottom:2rem;letter-spacing:1px;color:#fff}.articles-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.article-card{background-color:#fff;color:#333;width:300px;height:355px;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(255,215,0,.2)}.article-image{position:relative;height:180px;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover}.article-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7))}.article-info{position:absolute;bottom:10px;left:15px;right:15px;color:#fff}.article-info h3{font-size:1rem;font-weight:600}.article-content{padding:1rem 1.2rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;text-align:left}.article-subheading{font-size:.9rem;line-height:1.5;color:#444;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.article-button{background-color:#ffd700;color:#000;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:600;transition:background .3s ease;align-self:flex-start}.article-button:hover{background-color:#e6c200}@media (max-width:768px){.articles-container{flex-direction:column;align-items:center}.article-card{width:90%;height:auto}.article-subheading{-webkit-line-clamp:4}}