.featuremodule{background-color:var(--bg-dark)}.featuremodule *{color:var(--color-white)}.featuremodule.light{background-color:unset}.featuremodule.light *{color:var(--color-base)}.featuremodule .content{align-items:center;display:flex;flex-flow:row nowrap}.featuremodule .image-wrapper{flex:1;height:0;margin-left:20px;padding-top:30%;position:relative}.featuremodule .image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.featuremodule .content-wrapper{align-items:flex-start;display:flex;flex:0 0 340px;flex-flow:column nowrap}.featuremodule .subtitle{color:var(--color-primary)}.featuremodule .title:after{border-bottom:2px solid var(--color-primary);content:"";display:block;padding-top:10px;width:200px}@media (max-width:768px){.featuremodule .content{flex-flow:column nowrap}.featuremodule .content-wrapper{flex:unset}.featuremodule .image-wrapper{margin-left:unset;margin-top:20px;padding-top:56.25%;width:100%}}