.title{font-size:2rem;font-weight:700;margin-bottom:20px}.row{margin-bottom:15px}.card-feature,.row{display:flex;gap:15px;justify-content:center}.card-feature{align-items:center;background:#222;background:#1e1e1e;border:2px solid transparent;border-radius:10px;border-radius:8px;box-shadow:0 1px 4px -2px rgba(0,0,0,.25);flex:1 1 calc(33.333% - 30px);height:fit-content;min-width:200px;padding:20px;text-align:center;transition:.3s}.card-feature h3{color:#fcb434;font-size:20px;font-weight:400;margin-bottom:5px}.icon{flex-shrink:0;height:40px;width:40px}.text-content{display:flex;flex-direction:column;justify-content:center;max-width:200px}.card-feature>img{filter:invert(1);height:50px;width:50px}.text-content>p{color:#fff;font-size:15px;font-weight:100;margin-top:0;max-width:200px}@media (max-width:768px){.row{align-items:center;flex-direction:column}.card-feature{flex:1 1 1 100%;margin:10px auto;max-width:80%}}