.latest-posts{padding:20px}.post-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:60px}.post-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:30%}.post-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.2);transform:scale(1.05)}.view-all{text-align:center}.post-card img{height:auto;transition:transform .3s ease;width:100%}.post-card:hover img{transform:scale(1.1)}.post-info{padding:15px}.post-date{color:#888;font-size:14px}.post-title{font-size:18px;margin:10px 0}.post-excerpt{color:#555;font-size:16px}.btn-wrapper{background-color:#c5a992;border-radius:5px;color:#fff;display:inline-block;font-size:16px;font-weight:700;padding:15px 30px;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease}.btn-wrapper:hover{background-color:#333!important;color:#fff!important;text-decoration:none!important}@media (max-width:768px){.post-card{margin-bottom:20px;width:45%}}@media (max-width:480px){.post-card{margin-bottom:20px;width:100%}.post-title{font-size:16px}.post-excerpt,.view-all-btn{font-size:14px}.view-all-btn{padding:8px 16px}}