.all-posts{display:grid;grid-template-columns:repeat(3, 1fr);gap:50px;padding-bottom:80px}@media only screen and (max-width: 576px){.all-posts{padding-bottom:30px}}@media only screen and (max-width: 991px){.all-posts{grid-template-columns:repeat(2, 1fr);gap:20px}}@media only screen and (max-width: 576px){.all-posts{grid-template-columns:1fr}}.all-posts .single-post-wrapper{background-color:var(--bg-light);border-radius:5px}.all-posts .single-post-wrapper img{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-top-right-radius:5px;border-top-left-radius:5px}.all-posts .single-post-wrapper .bottom{padding:20px;padding-right:30px}.all-posts .single-post-wrapper .bottom .heading-3{font-weight:400;margin-bottom:10px}.all-posts .single-post-wrapper .bottom .btn-link{display:flex;justify-content:flex-end}