.choose-features .container{flex-wrap:wrap;gap:20px;display:flex}
.services-card{background:#fff;border:1px solid #cec3ef;border-radius:30px;flex-direction:column;flex:calc(25% - 15px);gap:20px;min-width:260px;padding:20px;display:flex}.services-card__icon{background:#6b4eff;border:1px solid #fff6;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:inset 0 0 8px #ffffff80,14px 9px 37.4px #6b4eff80}@media (max-width:768px){.services-card{flex-direction:row}.services-card__icon{border-radius:12px;width:50px;height:50px}.services-card__icon img{width:28px;height:28px}}

.services-cards .container{flex-wrap:wrap;gap:20px;display:flex}.services-cards .container .services-card{flex:calc(33% - 15px)}@media (max-width:998px){.services-cards .container{gap:10px}}
