@keyframes fadeIn{from{opacity:0}to{opacity:1}}.section-header .section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}@media (min-width:1024px){.section-header .section{display:grid;grid-template-columns:1fr 480px;flex-direction:row;align-items:center;justify-content:center;gap:64px}.section-header .section .header-section h1{line-height:50px}}@media (min-width:1300px){.section-header .section .header-section h1{line-height:70px}}.section-header .section .header-section.is-centered{margin:auto;max-width:800px;grid-column:1/3;text-align:center}.section-header .section .header-image{width:100%}.section-header .section .header-image img{border-radius:20px;width:100%;height:auto}