.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:40px}.blog-grid .et_pb_post{background-color:#ffffff;padding:20px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.05);transition:transform 0.3s ease}.blog-grid .et_pb_post:hover{transform:translateY(-5px)}.blog-grid .et_pb_post img{border-radius:10px;width:100%;height:auto;margin-bottom:15px}.blog-grid .et_pb_post h2{font-size:1.5rem;color:#002244;margin-top:0;margin-bottom:10px}.blog-grid .et_pb_post .post-meta{font-size:0.9rem;color:#666;margin-bottom:0.5rem}