.feature-boxes{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;padding-bottom:10em;position:relative;top:-2em;z-index:2}@media (min-width:1600px){.feature-boxes{padding-bottom:11em}}@media (min-width:1920px){.feature-boxes{padding-bottom:12em}}.feature-box__outer{position:relative;width:calc(50% - 10px)}.feature-box{align-items:center;background:#fff;border-radius:24px;box-shadow:0 5px 15px rgba(0,0,0,.35);display:flex;flex-direction:column;height:100%;padding:.5em 1em;position:relative;top:0;transition:top .3s ease;width:100%;z-index:2}@media (min-width:790px){.feature-box__outer{width:calc(19% - 10px)}}.feature-box:hover{top:-.6em}.feature-box__link a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.feature-box__image{margin-bottom:.5em;max-height:80%;max-width:200px;opacity:.99;width:100%}.feature-box__title{color:#464646;font-weight:700;text-align:center}