.industryCards{background-color:#fff;padding:5rem 2rem;color:#333;transition:background-color .3s ease}.industryCards .industryCardsContainer{max-width:1440px;margin:0 auto;width:100%;padding:0 40px}.industryCards .industryCardsHeader{text-align:center;margin-bottom:4rem}.industryCards .industryCardsHeader .industryCardsTitle{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:inherit;line-height:1.2}.industryCards .industryCardsHeader .industryCardsSubtitle{font-size:1.4rem;color:#875a7b;line-height:1.6;margin:0 auto;font-weight:500;max-width:900px}.industryCards .industryCardsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.industryCards .industryCard{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.industryCards .industryCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.industryCards .industryCard .industryCardImage{width:100%;height:200px;overflow:hidden;position:relative;flex-shrink:0}.industryCards .industryCard .industryCardImage img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.industryCards .industryCard:hover .industryCardImage img{transform:scale(1.05)}.industryCards .industryCard .industryCardContent{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.industryCards .industryCard .industryCardTitle{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#333;line-height:1.3}.industryCards .industryCard .industryCardDescription{font-size:1rem;color:#666;line-height:1.6;margin:auto 0;flex-grow:1;padding-bottom:20px}.industryCards .industryCard a{width:100%;display:block}.industryCards .industryCard .industryCardButton{background-color:#875a7b;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;margin-top:auto;width:100%}.industryCards .industryCard .industryCardButton:hover{background-color:rgb(104.4,69.6,95.12);transform:translateY(-2px)}.industryCards.horizontal{background-color:#875a7b;color:#fff}.industryCards.horizontal .industryCardsHeader .industryCardsTitle{color:#fff}.industryCards.horizontal .industryCardsHeader .industryCardsSubtitle{color:hsla(0,0%,100%,.9)}.industryCards.horizontal .industryCardsGrid{grid-template-columns:repeat(2,1fr)}.industryCards.horizontal .industryCard{flex-direction:row;align-items:stretch;padding:2rem;gap:2rem}.industryCards.horizontal .industryCard .industryCardImage{width:200px;height:200px}.industryCards.horizontal .industryCard .industryCardContent{padding:0}.industryCards.horizontal .industryCard .industryCardTitle{font-size:1.35rem;margin-bottom:.5rem;color:#875a7b}.industryCards.horizontal .industryCard .industryCardDescription{font-size:1.15rem;align-self:flex-start}.industryCards.horizontal .industryCard .industryCardButton{width:100%;background:linear-gradient(180deg,rgb(150.3,100.2,136.94),rgb(119.7,79.8,109.06))}.industryCards.horizontal .industryCard .industryCardButton:hover{opacity:.9}@media(max-width:1024px){.industryCards .industryCardsContainer{padding:0}.industryCards .industryCardsGrid{grid-template-columns:repeat(2,1fr);gap:2rem}.industryCards .industryCardsHeader .industryCardsTitle{font-size:2.25rem}.industryCards .industryCardDescription{margin:0 0 1.5rem;flex-grow:0;align-self:flex-start}}@media(max-width:900px){.industryCards{padding:3rem 0}.industryCards .industryCardsContainer{padding:0 20px}.industryCards .industryCardsHeader .industryCardsTitle{font-size:1.75rem}.industryCards .industryCardsHeader .industryCardsSubtitle{font-size:1.2rem}.industryCards .industryCardDescription{margin:0 0 1.5rem;flex-grow:0;align-self:flex-start}.industryCards.horizontal .industryCardsGrid{grid-template-columns:1fr}}@media(max-width:480px){.industryCards .industryCardsContainer{padding:0 20px}.industryCards .industryCardsHeader .industryCardsTitle{font-size:1.5rem}.industryCards .industryCardsHeader .industryCardsSubtitle{font-size:1.1rem}.industryCards .industryCardsGrid{grid-template-columns:1fr}.industryCards .industryCardDescription{margin:0 0 1.5rem;flex-grow:0;align-self:flex-start}.industryCards.horizontal .industryCard{flex-direction:column;text-align:center;align-items:center}.industryCards.horizontal .industryCard .industryCardImage{width:100%;height:200px;margin-bottom:1rem}}