.section-header{display:grid;gap:var(--gap-md) var(--gap-lg)}.section-header__content :last-child,.section-header__heading :last-child{margin-bottom:0}.section-header__buttons{gap:1.6rem}@media (min-width:1024px){.section-header{grid-template-columns:repeat(12,1fr)}.section-header__heading{grid-column-end:7;grid-column-start:1}.section-header--header-only .section-header__heading{grid-column-end:9}.section-header--header-only-wide .section-header__heading{grid-column-end:10}.section-header__content{grid-column-end:13;grid-column-start:7}.section-header--header-only .section-header__content{grid-column-start:9}.section-header--header-only-wide .section-header__content{grid-column-start:10}.section-header--header-only .section-header__buttons{-webkit-box-pack:end;-ms-flex-pack:flex-end;justify-content:flex-end}}@media (max-width:480px){.section-header__button{width:100%}}