.blog-page{display:flex;flex-direction:column;background-color:var(--off-white)}.blog-page__suggested-posts{display:flex;flex-direction:column;margin:0 auto;gap:1.5rem;padding:2.5rem 1rem;width:100%}@media screen and (min-width:1441px){.blog-page__suggested-posts{padding:4rem 0;max-width:calc(1440px - 3rem)}}.blog-page__suggested-posts__heading{font-weight:900}.blog-page__suggested-posts__cards{max-width:calc(1440px - 3rem);display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media screen and (min-width:1025px){.blog-page__suggested-posts__cards{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}@media screen and (min-width:1441px){.blog-page__suggested-posts__cards{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr))}}.blog-page__suggested-posts__cta-wrapper{display:none}@media screen and (min-width:1025px){.blog-page__suggested-posts__cta-wrapper{display:flex;justify-content:flex-end}}