.de-features-cards *{box-sizing:border-box;font-family:Poppins,sans-serif!important}.de-features-cards-container{display:flex;flex-wrap:wrap;gap:40px;margin:0 auto;max-width:1400px;padding:0 24px}.de-features-cards h2{color:var(--de-blue);font-weight:800;margin-bottom:60px;text-align:center;width:100%}.de-features-cards-item{background:#fff;border-radius:16px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);display:flex;flex:1 1 24%;flex-direction:column;overflow:hidden}.de-features-cards-img{height:300px;margin:0;overflow:hidden;position:relative;width:100%}.de-features-cards-icons{align-items:center;background:var(--de-purple);border:2px solid var(--de-green);border-radius:100vmax;display:flex;height:70px;justify-content:center;position:absolute;right:20px;top:20px;width:70px}.de-features-cards .de-features-cards-icons img{height:auto;width:50px}.de-features-cards-img img{display:block;height:100%;margin:0;object-fit:cover;width:100%}.de-features-cards-content{display:flex;flex:1;flex-direction:column;gap:10px;padding:25px}.de-features-cards-content h3{color:var(--de-blue);font-size:20px!important;font-weight:600;margin:0}.de-features-cards-description{margin-top:0}.de-features-card-cta{margin-top:auto;padding-top:8px}.de-features-card-cta a,.de-features-card-cta a:hover{align-items:center;background:var(--de-purple);border-radius:6px;color:#fff;display:inline-flex;font-weight:600;justify-content:center;min-height:50px;padding:14px 18px;text-decoration:none}@media (max-width:640px){.de-features-card-cta a{width:100%}}@media (max-width:1100px){.de-features-cards-item{flex:1 1 calc(50% - 40px)}}@media (max-width:640px){.de-features-cards-container{gap:20px;padding:0 16px}.de-features-cards-item{flex:1 1 100%}.de-features-cards-img{height:240px}}