.post-grid{margin-bottom:64px}.post-grid .cards-wrapper{display:grid;gap:24px 0;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);margin-bottom:54px}.post-grid .cards-wrapper .post-card{min-height:290px}@media (min-width:768px){.post-grid .cards-wrapper{gap:28px;grid-template-columns:repeat(2,1fr)}.post-grid .cards-wrapper .post-card .image-wrapper{height:207px}.post-grid .cards-wrapper .post-card .content{padding:24px 36px}}@media (min-width:1200px){.post-grid{margin-bottom:84px}.post-grid .cards-wrapper{grid-template-columns:repeat(3,1fr);margin-bottom:64px}.post-grid .cards-wrapper .post-card .image-wrapper{height:207px}}.post-grid .pagination{align-items:center;display:flex;justify-content:center}.post-grid .pagination .arrow-link{border:solid #5274ff;cursor:pointer;display:inline-block;height:6px;width:6px}.post-grid .pagination .arrow-link.next{border-width:0 2px 2px 0;margin-left:8px;transform:rotate(-45deg)}.post-grid .pagination .arrow-link.prev{border-width:0 0 2px 2px;margin-right:8px;transform:rotate(45deg)}.post-grid .pagination .arrow-link.disabled{display:none}.post-grid .pagination .number-link{color:#484848;cursor:pointer;display:inline-block;font-size:16px;line-height:24px;margin:0 19px}.post-grid .pagination .number-link.active{color:#9e9e9e}@media (min-width:768px){.post-grid .pagination .number-link{margin:0 24px}}