.section-text-feature .inner{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'image text';gap:3em}.section-text-feature .inner.align-right{grid-template-areas:'text image'}@media (max-width:768px){.section-text-feature .inner.align-right{grid-template-areas:'image' 'text'}}@media (max-width:768px){.section-text-feature .inner{grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:'image' 'text';gap:1em}}.section-text-feature__image{grid-area:image;display:flex;align-items:flex-start}.section-text-feature__image img{width:100%;height:auto;border-radius:.75em;box-shadow:0 .25em 1em rgba(0,0,0,.1)}.section-text-feature__image video{width:100%;height:auto;display:block;line-height:1;border-radius:.75em;box-shadow:0 .25em 1em rgba(0,0,0,.1)}.section-text-feature__text{grid-area:text;display:flex;flex-direction:column;justify-content:center}.section-text-feature__text ol,.section-text-feature__text ul{margin:0 0 1em 0;padding:0 0 0 2em}.section-text-feature__text ol li,.section-text-feature__text ul li{font-size:1.2em}.section-text-feature__text ul{list-style-type:disc}.section-text-feature__text ol{list-style-type:decimal}.section-text-feature__text .actions{padding-top:.5em;font-size:1em}.section-text-feature__text.font-anisette h3{font-family:anisette-std,sans-serif}.section-text-feature__text.font-futura h3{font-family:futura-pt,sans-serif}