.feature-highlight{padding-top:clamp(1.25rem,.53rem + 2.75vw,3rem);padding-bottom:clamp(1.25rem,.53rem + 2.75vw,3rem)}.feature-highlight__wrapper{display:flex;justify-content:space-between;align-items:center;gap:clamp(1.5rem,.6765rem + 3.1373vw,3.5rem)}@media screen and (max-width:991px){.feature-highlight__wrapper{flex-direction:column;align-items:stretch}.feature-highlight__wrapper .feature-highlight__image{width:100vw;margin-left:calc(50% - 50vw)}}.feature-highlight__image{aspect-ratio:37/42;flex:1;position:relative;z-index:2}.feature-highlight__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.feature-highlight__sidebar{flex:1;position:relative;z-index:1}.feature-highlight__sidebar-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,.9412rem + 1.1765vw,2rem)}.feature-highlight__title{color:var(--charcoal)}.feature-highlight__title h2{font-style:italic;font-weight:700}.feature-highlight__button,.feature-highlight__description,.feature-highlight__subtitle,.feature-highlight__title{opacity:0}.feature-highlight__button.animated,.feature-highlight__description.animated,.feature-highlight__subtitle.animated,.feature-highlight__title.animated{animation-name:fadeInLeft;animation-duration:.75s;animation-fill-mode:both}.feature-highlight__subtitle{margin-bottom:1.5rem;color:var(--red)}.feature-highlight__description p{color:var(--charcoal);font-style:italic;font-weight:300;font-size:1.25rem;line-height:1.8}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}