.features__grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.features__grid a{text-decoration:none!important}@media screen and (max-width:992px){.features__grid{flex-direction:column}}.fcard{background:#fff;border-radius:20px;border-radius:12px;box-shadow:5px 8px 20px 0 hsla(60,1%,61%,.2);display:flex;flex-direction:column;overflow:hidden;width:32.2%}@media screen and (max-width:992px){.fcard{width:100%}}.fcard__media{aspect-ratio:16/9;position:relative}.fcard__img{display:block;height:100%;object-fit:cover;width:100%}.fcard__badge{background:var(--brand);border-radius:999px;bottom:-24px;display:grid;height:56px;left:50%;place-items:center;position:absolute;transform:translateX(-50%);width:56px;z-index:1}.fcard__badge svg{fill:#fff}.fcard__body{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:38px 20px 20px;text-align:center}.fcard__title{color:#021d34;font-weight:500;line-height:1.35;margin:0 0 14px}.fcard__cta{background:#fff;border:2px solid #f18627;border-radius:10px;color:#f18627;display:inline-grid;font-weight:500;min-height:40px;padding:0 18px;place-items:center;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;width:100%}.fcard__cta:hover{background:#f18627;border-color:#f18627;color:#fff}.fcard__cta:focus-visible{box-shadow:0 0 0 4px #0b95d3;outline:none}.fcard__cta:active{transform:translateY(1px)}@media (prefers-reduced-motion:reduce){.fcard__cta{transition:none}}