.blog-recent-articles{padding:var(--section-padding);padding-inline:var(--spacing-3)}.blog-recent-articles__title{margin-bottom:var(--spacing-4);text-align:center;text-transform:none}.blog-recent-articles__articles{display:grid;gap:var(--spacing-3) var(--spacing-2)}@media screen and (min-width:600px){.blog-recent-articles__articles{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:991px){.blog-recent-articles__articles{gap:var(--spacing-6) var(--spacing-2);grid-template-columns:repeat(3,1fr)}}.blog-recent-articles__footer{display:flex;flex-flow:row;justify-content:flex-end;margin-top:var(--spacing-6)}.blog-recent-articles__viewall{align-items:center;color:var(--black);display:flex;flex-flow:row nowrap;gap:8px}.blog-recent-articles__viewall:hover{color:var(--brand-orange);text-decoration:none}.blog-recent-articles__viewall:hover svg path{stroke:var(--brand-orange)}