.industry-cards.product-cards{margin:15px 0;width:100%}.industry-cards.product-cards .industry-container,.industry-cards.product-cards .item-card{column-gap:20px;display:flex;flex-wrap:wrap;height:auto;row-gap:20px;width:100%}.industry-cards.product-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.product-cards .item-card:hover{opacity:1}.industry-cards.product-cards .item-card .industry-button{color:#fff;font-weight:600;margin-top:20px;position:relative}.industry-cards.product-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.product-cards .item-card .overlay{height:100%;position:absolute;width:100%;z-index:1}.industry-cards.product-cards .item-card img{height:100%;object-fit:cover;position:absolute;transform:scale(1);transition:all .3s;width:100%;z-index:0}.industry-cards.product-cards .item-card:hover img{transform:scale(1.1);transition:all .3s}.industry-cards.product-cards .item-card .info{background-color:rgba(0,85,159,.7);border-radius:10px;border-top-left-radius:0;border-top-right-radius:0;min-height:clamp(16rem,10.462rem + 10.05vw,17rem);padding:20px;position:relative;transform:translateY(42px);transition:all .3s;width:100%;z-index:2}.industry-cards.product-cards .item-card:hover .info{background-color:rgba(22,92,154,.7);min-height:calc(clamp(16rem, 10.462rem + 10.05vw, 17rem) - 42px);transform:translateY(0);transition:all .3s}.industry-cards.product-cards .item-card .info .info-hover{bottom:20px;padding-right:20px;position:absolute}@media (max-width:1300px){.industry-cards.product-cards .item-card .info{min-height:100%;transform:translateY(0)}.industry-cards.product-cards .item-card:hover .info{min-height:100%}.industry-cards.product-cards .item-card .info .info-hover{bottom:20px}}@media (max-width:991px){.industry-cards.product-cards .item-card{aspect-ratio:5/4!important}}@media (max-width:767px){.industry-cards.product-cards .item-card{aspect-ratio:12/9!important}.industry-cards.product-cards .item-card .info{min-height:100%;transform:translateY(0)}.industry-cards.product-cards .item-card .info .info-hover{bottom:20px}}.industry-cards.product-cards .item-card h3{color:#fff;font-size:var(--h4-font-size);font-weight:var(--h4-font-weight);line-height:1.05;margin-bottom:5px}.industry-cards.product-cards .item-card p{color:#fff;font-size:var(--body-font-sm,.825rem);font-weight:400;line-height:1.2;margin:0}@media (max-width:767px){.industry-cards.product-cards .item-card{width:calc(100%/var(--mobile))}.industry-cards.product-cards .item-card h3{font-size:24px}.industry-cards.product-cards .item-card .industry-button{margin-top:5px}}@media (min-width:768px) and (max-width:991px){.industry-cards.product-cards .item-card{width:calc(100%/var(--tablet) - 15px)}}