.column-cards-module{display:flex;flex-flow:wrap;gap:32px;justify-content:flex-start}.column-cards-card{display:flex;flex:1 1 calc(33.333% - 32px);flex-direction:row;gap:16px;max-width:30%;width:100%}.card-img{align-items:flex-start;display:flex;flex:1 1 30%;justify-content:center;max-width:30%}.card-img img,.card-number{max-height:90px;max-width:90px}.card-number{align-items:center;color:#000;display:flex;font-size:5em;font-weight:700;justify-content:center}.card-text{flex:1 1 70%}@media (max-width:1024px){.column-cards-card{flex:1 1 calc(50% - 16px);max-width:45%}}@media (max-width:768px){.column-cards-card{flex:1 1 100%;max-width:100%}}