div.industries{display:flex;flex-direction:column;gap:32px;max-width:1280px;width:100%}.industries-cards{display:flex;justify-content:center;gap:24px;max-width:1280px;width:100%}.industries-cards .card{display:flex;flex-direction:column;gap:20px;padding:0 0 20px;max-width:410px;width:100%;box-sizing:border-box;border-radius:8px;border:1px solid #C2C7CB;background:#FFF;cursor:pointer}.img-wrapper{overflow:hidden;position:relative;width:100%;border-radius:8px 8px 0 0}.img-wrapper img{width:100%;height:100%;object-fit:cover;transition:all 0.3s}.card:hover .img-wrapper img{transform:scale(1.1)}.industries-cards .card .text{display:flex;flex-direction:column;gap:12px;padding:0 16px}.industries-cards .card .text .text-wrapper{display:flex;flex-direction:column;gap:12px}.industries-cards .card h4{display:flex;align-items:center;gap:20px;font-size:24px;font-weight:500;line-height:32px}.industries-cards .card h4 svg{width:40px}.industries-cards .card p{font-size:16px;font-weight:300;line-height:24px;text-transform:uppercase}.industries-cards .more{display:flex;align-items:center;gap:12px;width:fit-content}.industries-cards .more svg{width:32px;height:32px}.industries-cards .more p{font-size:16px;font-weight:500;line-height:30px;text-transform:uppercase}.industries-cards .more svg path,.industries-cards .more{transition:all 0.4s}.industries-cards .card:hover .more{gap:20px}.industries-cards .card:hover .more svg path:first-child{fill:#121212}.industries-cards .card:hover .more svg path:last-child{stroke:#fff}@media only screen and (max-width:1024px){.industries-cards .card h4{font-size:22px;gap:10px}}@media only screen and (max-width:767px){.industries{gap:32px}.industries-cards{gap:20px;max-width:100%;flex-direction:column}.industries-cards .card{gap:12px;padding:0 0 16px;max-width:100%}.card:hover .img-wrapper img{transform:none}.industries-cards .card .text .text-wrapper{flex-direction:row;justify-content:space-between;align-items:center}.industries-cards .card h4 svg{width:32px;height:32px}.industries-cards .card h4{padding:0;margin:0;font-size:18px;line-height:28px;gap:16px}.industries-cards .card .text{gap:12px}.industries-cards .card:hover{box-shadow:none}.industries-cards .card p{font-size:14px;line-height:18px}.more{gap:12px}.industries-cards .more svg{width:24px;height:24px}.img-wrapper{height:187px}}