.blog-listing--wrapper{display:flex;flex-direction:column;gap:var(--row-gap)}.blog-listing__heading{margin:0 auto;max-width:76.7rem;text-align:center}.blog-listing__item img{aspect-ratio:3/2;border-radius:var(--border-radius);margin-bottom:var(--gap-24);max-width:100%;object-fit:cover;width:100%}.blog-listing__item h3{margin-bottom:var(--gap-16)}.blog-listing__item p{margin-bottom:var(--gap-32)}.blog-listing__items{align-items:flex-start;display:grid;gap:var(--gap-48) var(--gap-24);grid-template-columns:repeat(3,minmax(100px,1fr))}.blog-listing__item{display:flex;flex-direction:column;height:100%;justify-content:space-between}.btn--arrow{align-self:start;margin-top:auto}.blog-listing__tags{align-items:center;display:flex;flex-wrap:wrap;gap:var(--gap-8);margin-bottom:var(--gap-16)}.blog-listing__tags p{margin-bottom:0}a.tag{text-decoration:none}@media screen and (max-width:1023px){.blog-listing__items{grid-template-columns:repeat(2,minmax(250px,1fr))}.blog-listing__item{margin-bottom:var(--gap-24)}}@media screen and (max-width:767px){.blog-listing__items{display:flex;flex-direction:column;gap:var(--row-gap)}.blog-listing__item p{margin-bottom:var(--gap-24)}}