.blog-module{margin:0 auto;max-width:1200px;padding:0 20px}.featured-post{align-items:center;background:#fff;display:grid;gap:40px;grid-template-columns:1.5fr 1fr;height:400px;margin:40px auto;max-width:1200px;text-decoration:none}.featured-image{height:100%;overflow:hidden}.featured-image img{height:100%;object-fit:cover;object-position:center center;width:100%}.featured-content{display:flex;flex-direction:column;justify-content:center;padding-right:20px}.featured-content h2{font-size:20px;font-weight:800;line-height:1.2;margin:0}.blog-module .tiles-grid{display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:40px auto;max-width:1200px}.blog-module .tile-post{align-items:center;display:grid;gap:24px;grid-template-columns:280px 1fr;text-decoration:none}.blog-module .tile-image{height:180px;overflow:hidden;width:280px}.blog-module .tile-image img{height:100%;object-fit:cover;object-position:center center;width:100%}.blog-module .tile-content{display:flex;flex-direction:column;justify-content:center}.blog-module .tile-content h2{font-size:20px;font-weight:800;line-height:1.2;margin:0}.date{color:#000;font-size:12px;letter-spacing:2px;padding:10px 0}.tag{letter-spacing:2px;margin-bottom:10px}.cta,.tag{background:orange;border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:700;padding:6px 14px;width:fit-content}.cta{letter-spacing:1px;margin-top:12px}.pagination{align-items:center;display:flex;font-weight:700;gap:16px;justify-content:center;margin:40px 0}.pagination button{background:none;border:none;cursor:pointer;font-size:18px}.page-number{color:orange}.page-btn,.page-number.active{color:#2d1f0e}@media (max-width:767px){.blog-module .tiles-grid{grid-template-columns:1fr}.blog-module .tile-post{gap:12px;grid-template-columns:220px 1fr}.blog-module .tile-image{height:180px;width:220px}.blog-module .tile-content h2{font-size:20px}}