.industries{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.industries .card{background:#fff;border-radius:10px;box-shadow:0 4px 14px 0 rgba(0,0,0,.14);box-sizing:border-box;color:#343f52;display:flex;flex:0 1 calc(33.333% - 13.33px);flex-direction:column;justify-content:space-around;max-width:calc(33.333% - 13.33px);overflow:hidden;padding:24px;position:relative;text-decoration:none}.industries .top_icons{align-items:center;display:flex;gap:32px;justify-content:space-between}.industries .coming_soon{background:#6178eb;border-radius:40px;color:#fff;font-family:Maison Neue Extended;font-size:14px;font-style:normal;font-weight:700;padding:4px 10px}.industries .card_icon{height:52px;width:auto}.industries .card:after{bottom:0;content:"";height:8px;left:0;position:absolute;width:100%}.industries .card.blue:after{background-color:#6178eb}.industries .card.yellow:after{background-color:#f1cc54}.industries .button_arrow{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center;margin-left:auto;transition:all .3s ease}.industries .card:hover .button_arrow{background:#6178eb}.industries h4{margin-top:20px}.industries .card:hover .button_arrow svg{fill:#fff}@media (max-width:920px){.industries .card{flex:0 1 calc(49.999% - 13.33px);max-width:calc(49.999% - 13.33px)}}@media (max-width:560px){.industries .card{flex:0 1 100%;max-width:100%}}