.pag-container{width:100%;display:flex;flex-direction:column;border-bottom:1px solid rgb(0 0 0 / .1);padding:0 0 10px 0}.post-container{display:flex;width:100%;justify-content:space-between;gap:40px}.pag-card{width:49%;box-sizing:border-box;padding:0;display:flex;flex-direction:row}.col-70,.col-30{height:100%}.col-70{width:65%;box-sizing:border-box;padding:20px 0 0 0}.col-30{width:35%;box-sizing:border-box;border-radius:4px;height:120px;background-size:cover;background-position:center}.post-title{font-weight:700;font-size:22px;color:#000;text-decoration:none}.post-meta{font-size:14px;color:#777;margin-top:10px}.pag-link-container{display:flex;justify-content:space-between;margin-top:30px}.pag-link{font-size:16px;font-weight:700;color:#000;text-decoration:none}@media (max-width:768px){.post-container,.col-70,.col-30{display:none}.post-container{flex-direction:column;gap:20px}.pag-card{width:100%;flex-direction:column}.pag-link-container{flex-direction:row;width:100%;display:flex;justify-content:space-between;gap:10px}}