.health-wellness-page{display:flex;flex-direction:column}.health-wellness-page__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--unit-space-6x,1.5rem)}.health-wellness-page__articles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--unit-space-6x,1.5rem);gap:var(--unit-space-6x,1.5rem)}@media(max-width:1024px){.health-wellness-page__articles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.health-wellness-page__articles-grid{grid-template-columns:1fr}}.health-wellness-page__view-all-container{display:flex;justify-content:center;margin-top:var(--unit-space-6x,1.5rem)}