@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");.feature-wrapper{display:flex;gap:40px;position:relative}.feature-wrapper .feature{background:#fff;border-radius:10px;display:flex;flex:1;flex-direction:column;gap:20px;padding:20px}.feature-wrapper .feature .num{color:#b455ff;font-family:Syne;font-size:64px;line-height:100%}.feature-wrapper .feature .txt{color:#000;font-family:Roboto;font-size:16px;line-height:120%}.feature-wrapper .feature.btn{background:#b0f;border:2px solid #b0f;flex-direction:column;justify-content:space-between;position:relative;transition:all .3s ease-in-out}.feature-wrapper .feature.btn:hover{background:#6a0090}.feature-wrapper .feature.btn span{display:block;margin-top:auto}.feature-wrapper .feature.btn .txt{color:#fff;display:flex;flex-direction:column;font-family:Syne;font-size:28px;gap:20px;height:100%;line-height:120%}.feature-wrapper .feature.btn .txt svg{height:auto;padding:10px;width:40px}.feature-wrapper .feature.btn .link-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1180px){.feature-wrapper{flex-wrap:wrap;gap:24px;justify-content:center}.feature-wrapper .feature{flex:calc(33.333% - 18px);flex-grow:0}.feature-wrapper .feature .num{font-size:48px}.feature-wrapper .feature.btn .txt{font-size:24px}}@media(max-width:767px){.feature-wrapper{flex-direction:column;flex-wrap:wrap;gap:20px;justify-content:center}.feature-wrapper .feature{flex:1}}