.industries__image-wrapper{border-radius:var(--border-radius-small);isolation:isolate;overflow:hidden;z-index:-1}.industries--filter:after,.industries__image-wrapper:before{content:"";inset:0;position:absolute;z-index:0}.industries--filter:after{background:var(--secondary-color);mix-blend-mode:color;opacity:.3}.industries__image-wrapper:before{background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.85) 85%);transition:background .3s ease}.industries__card:hover .industries__image-wrapper:before{background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3))}.industries__image{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%}.industries__title{max-height:100%;overflow:auto;padding:2.4rem}@media (min-width:399px){.industries__cards--2cols,.industries__cards--3cols,.industries__cards--4cols{grid-template-columns:1fr 1fr}}@media (min-width:599px){.industries__cards--3cols,.industries__cards--4cols{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.industries__cards--4cols{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.industries__title{padding:4rem}}