.capabilities_cards{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.capabilities_cards .item{background:#f9f9f7;border-radius:12px;color:inherit;display:flex;flex-direction:column;height:100%;padding:40px;text-decoration:none;transition:all .3s ease}.capabilities_cards a.item:hover{box-shadow:0 10px 16px 0 #0000000f;transform:translateY(-5px)}.capabilities_cards.dark .item{background:hsla(0,0%,100%,.05);padding:24px}.capabilities_cards .top_icon{height:32px;overflow:hidden;width:32px}.capabilities_cards .top_icon img{height:100%;object-fit:contain;width:100%}.capabilities_cards h3{color:#3e3e3e;font-size:24px;font-style:normal;font-weight:400;letter-spacing:-.96px;line-height:128%;margin:20px 0 16px}.capabilities_cards.dark h3{color:#fff}.capabilities_cards .description *{color:#767676;font-size:18px;font-style:normal;font-weight:300;letter-spacing:-.54px;line-height:150%}.capabilities_cards.dark .description *{color:#a4a4a4}.capabilities_cards .bottom_image{height:auto;overflow:hidden;width:100%}.capabilities_cards .bottom_image img{height:100%;object-fit:fill;width:100%}@media (max-width:868px){.capabilities_cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.capabilities_cards{grid-template-columns:1fr}.capabilities_cards .item{padding:20px}}