.industries-list-items{display:grid;gap:var(--gap-l);grid-template-columns:1fr}.industries-list-items .industries-list-item{border:1px solid var(--secondary-color);border-radius:var(--card-radius);display:flex;flex-direction:column;height:auto;width:100%}.industries-list-items .industries-list-item .image-container{border-radius:var(--border-radius-def);height:320px;margin-bottom:32px;overflow:hidden;position:relative;width:100%}.industries-list-items .industries-list-item .image-container img{height:100%;object-fit:cover;transition:all .2s ease-out;width:100%}.industries-list-items .industries-list-item:hover .image-container img{transform:scale(1.1)}.industries-list-item-title h5{margin:0}.industries-list-item-text{overflow:hidden}.industries-list-item-text .buttons{margin-top:18px}.industries-list-item-text p{margin-bottom:0}.industries-list-items .industries-list-item .industries-list-item-circle{position:absolute;right:16px;top:18px}.industries-list-title-wrapper{display:flex;justify-content:space-between;margin-bottom:var(--section-heading-gap);position:relative}.industries-list-title-wrapper .hs-button.desktop{align-self:flex-end}.industries-list-title-wrapper .texts{max-width:100%}.industries-list-title-wrapper .texts .slogan{padding-left:75px;position:relative}.industries-list-title-wrapper .texts .slogan:before{background:var(--primary-color);bottom:50%;content:"";height:2px;left:0;position:absolute;transform:translateY(2px);width:58px}.industries-list-title-wrapper .texts p{margin:0}@media screen and (min-width:1024px){.industries-list-items{display:grid;gap:var(--gap-xl);width:100%}.industries-list-items .industries-list-item .image-container{height:400px}.industries-list-title-wrapper .texts{max-width:50%}}@media screen and (min-width:768px){.industries-list-items{grid-template-columns:1fr 1fr}}