.modulo-cards-educacao{padding:40px 20px}.container-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.card-educacao{background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:300px;overflow:hidden;transition:transform .3s ease;width:100%}.card-educacao:hover{transform:translateY(-5px)}.card-img img{display:block;height:auto;width:100%}.card-conteudo{padding:16px}.card-conteudo h3{color:#1d1d1d;font-size:1.1rem;font-weight:700;margin-bottom:10px}.card-texto{color:#333;font-size:.95rem;line-height:1.4}