@media (min-width:1025px){.industries-wrapper .industry-card{flex:1 1 calc(33.333% - 0.5rem);transition:all .4s ease}.industries-wrapper:hover .industry-card{flex:1 1 calc(30% - 0.5rem)}.industries-wrapper:hover .industry-card:hover{flex:1 1 calc(40% - 0.5rem);background-color:#f40e00;color:#fff}}@media (max-width:1028px) and (min-width:640px){.industries-wrapper .industry-card{flex:1 1 calc(50% - 0.5rem)}}@media (max-width:639px){.industries-wrapper .industry-card{flex:1 1 100%}}