.post_grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:flex-start}.post_grid a{display:block;height:460px;width:calc(33.33% - 28px)}.post_grid img{display:block;height:100%;object-fit:cover;width:100%}.post_grid a{position:relative}.post_grid a p{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:out .2s ease}.post_grid a:hover p{align-items:center;background:#222222bd;color:#fff;display:flex;font-family:open sans;font-size:20px;font-weight:700;height:100%;justify-content:center;opacity:1;text-align:center;width:100%}.post_grid a:hover p span{background:#000;color:#fff;padding:3px 15px;width:80%}@media (max-width:767px){.post_grid a{margin:0 auto;max-height:300px;width:90%}.post_grid img,.post_grid span{border-radius:10px}.post_grid span{background:#000;opacity:1;padding:3px 15px;width:80%}.post_grid a p{align-items:center;color:#fff;display:flex;font-family:open sans;font-size:15px;font-weight:700;height:100%;justify-content:center;opacity:1;text-align:center;width:100%}.post_grid a:hover p{background:none;font-size:15px;opacity:1}}