a.featured-post{background:#f4f4f4;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,.15);color:#3c3c3c;display:flex;flex-direction:column;justify-content:space-between;padding:1.2rem;text-align:center;text-decoration:none;transform:translateY(-2px);transition:box-shadow .15s linear,transform .15s linear,background .15s linear}a.featured-post:hover{background:#e3e3e3;box-shadow:0 1px 6px -3px rgba(0,0,0,.25);transform:translateY(0)}a.featured-post .featured-post--title{color:#3c3c3c;display:block;font-family:DINPRO BOLD;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;min-height:52px}a.featured-post>img{display:block;height:auto;margin:auto auto 0;max-width:100%}