.features{background:#fff;font-family:Public Sans,sans-serif;padding:64px 0}.features__wrapper{display:flex;gap:16px;overflow-x:auto;padding-bottom:16px;scroll-behavior:smooth}.features__item-link{background:#fafafa;border:1px solid #e9eaeb;border-radius:12px;display:flex;flex-flow:column;gap:16px;height:180px;justify-content:space-between;min-width:220px;padding:24px;transition:all .3s ease}.features__icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.features__icon img{height:100%;object-fit:contain;width:100%}.features__text{color:#001b2e;font-size:16px;font-weight:600;line-height:20px}.features__cta{align-items:center;display:flex;gap:8px}.features__cta svg{color:#1772b7;height:14px!important}.features__cta-text{color:#1772b7}.features__item-link.purple-decor{position:relative}.features__item-link.purple-decor:before{background:#7060aa;border-top-left-radius:12px;border-top-right-radius:12px;content:"";height:8px;left:0;position:absolute;top:0;width:100%}.features__item-link:hover{background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}@media (width <= 768px){.features{padding:32px 0}}