.section{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.section h2,.section p{text-align:center;color:var(--color-secondary)}.section .figure{background:var(--color-secondary);border-radius:var(--radius-lg);outline:2px solid var(--color-background);outline-offset:-1px;justify-content:center;align-items:center;width:100%;margin:0;display:flex;overflow:hidden}@media (min-width:1920px){.section .figure{height:45rem}}.section .image{border-radius:var(--radius-lg);height:29.1125rem}@media (orientation:landscape){.section .image{width:auto;max-width:100%;height:auto;max-height:100%}}.section .image:is(video){object-fit:cover;object-position:top;opacity:.95;width:100%}