.feature-highlights{display:flex;flex-wrap:wrap;margin:-20px 0 0 -20px}@media only screen and (min-width:1080px){.feature-highlights{flex-wrap:nowrap}}.feature-highlights__item{flex-basis:100%;padding:20px 0 0 20px}@media only screen and (min-width:400px){.feature-highlights__item{flex-basis:50%}}@media only screen and (min-width:768px){.feature-highlights__item{flex-basis:33.333%}}@media only screen and (min-width:1080px){.feature-highlights__item{flex-basis:100%}}.feature-highlights__link{border:1px solid #cecece;border-radius:4px;display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none}.feature-highlights__link,.feature-highlights__link:active,.feature-highlights__link:focus,.feature-highlights__link:hover{color:#000}.feature-highlights__label{align-items:center;display:flex;flex-grow:1;font-weight:600;justify-content:center;line-height:1.2em;min-height:calc(15px + 2.4em);padding:15px 10px 5px;text-align:center}.feature-highlights__image{aspect-ratio:2/1;overflow:hidden;position:relative;transform:translateY(10px);transition:transform .2s ease}.feature-highlights__link:hover .feature-highlights__image{transform:translate(0)}.feature-highlights__image img{height:auto;left:50%;position:absolute;top:0;transform:translate(-50%);width:calc(100% - 20px)}