.industry-cards{margin:15px 0;width:100%}.industry-cards .industry-container,.industry-cards .item-card{column-gap:20px;display:flex;flex-wrap:wrap;height:auto;row-gap:20px;width:100%}.industry-cards .item-card{align-content:end;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.2);overflow:hidden;padding:0;position:relative;width:calc(100%/var(--desktop) - 15px)}.industry-cards .item-card .industry-button{color:#fff;font-weight:600;margin-top:20px;position:relative}.industry-cards .item-card .industry-button:after{background:url(https://48133554.fs1.hubspotusercontent-na1.net/hubfs/48133554/web-assets/arrow.svg);background-position-x:0;background-repeat:no-repeat;background-size:9px 13px;content:"";height:13px;margin-left:0;width:18px}.industry-cards .item-card .overlay{height:100%;position:absolute;width:100%;z-index:1}.industry-cards .item-card img{height:100%;object-fit:cover;position:absolute;transform:scale(1);transition:all .3s;width:100%;z-index:0}.industry-cards .item-card:hover img{transform:scale(1.1);transition:all .3s}.industry-cards .item-card .info{padding:20px;position:relative;transform:translateY(42px);transition:all .3s;z-index:2}.industry-cards .item-card:hover .info{transform:translateY(0);transition:all .3s}.industry-cards .item-card h3{color:#fff;font-size:32px;font-weight:700;margin-bottom:5px}.industry-cards .item-card p{color:#fff;font-size:15px;font-weight:400;line-height:1.2;margin:0}@media (max-width:767px){.industry-cards .item-card{aspect-ratio:6/3;min-height:207px;width:calc(100%/var(--mobile) - 15px)}}@media (min-width:768px) and (max-width:991px){.industry-cards .item-card{aspect-ratio:4/3;width:calc(100%/var(--tablet) - 15px)}}