.industries{display:grid;grid-template-columns:repeat(4,1fr);column-gap:30px;row-gap:30px}.industries .box{width:100%;background:#fff;overflow:hidden;border:2px solid #080808;padding:34px;cursor:pointer;transition:all .4s linear;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.industries .box:hover{border-color:#2e1cfa}.industries .box .icon{width:70px;display:inline-block}.industries .box .icon svg{fill:#181818;transition:all .4s linear}.industries .box .heading{margin-top:13px;transition:all .4s linear}@media screen and (max-width:767px){.industries{grid-template-columns:repeat(2,1fr);column-gap:20px;row-gap:20px}}@media screen and (max-width:444px){.industries{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=https://cdn2.hubspot.net/hub/4057429/hub_generated/template_assets/72588804235/1655385815969/Tech-Yantra-2022/css/elements/_industries.css */