.industry_four_cards{display:grid;gap:14px}.industry_four_cards__card{border-radius:14px;color:#fff;cursor:pointer;display:block;overflow:hidden;position:relative;text-decoration:none}.industry_four_cards__img{inset:0;position:absolute}.industry_four_cards__img img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.industry_four_cards__card:hover .industry_four_cards__img img{transform:scale(1.04)}.industry_four_cards__contents{align-items:flex-end;display:flex;inset:0;justify-content:space-between;padding:24px 32px;position:absolute;z-index:2}.industry_four_cards__text{flex:1;min-width:0}.industry_four_cards__label{align-items:center;background:hsla(0,0%,100%,.9);border-radius:8px;color:var(--text_color,#000);display:inline-flex;font-size:18px;letter-spacing:.54px;margin-bottom:10px;padding:2px 12px}.industry_four_cards__label svg{height:24px;transition:transform .15s;width:24px}.industry_four_cards__card:hover .industry_four_cards__label svg{transform:translateX(4px)}.industry_four_cards__heading{color:#fff;font-feature-settings:"pwid" on;font-size:24px;letter-spacing:.96px;line-height:1.5;margin:0}.industry_four_cards__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.industry_four_cards__tag{color:#fff;font-size:16px}.industry_four_cards__texts{flex-shrink:0;padding-left:16px;text-align:left}.industry_four_cards__texts-desc{font-size:16px;font-weight:500;margin:0;white-space:nowrap}.industry_four_cards__texts-num{align-items:baseline;display:flex;font-family:Poppins,sans-serif;gap:1px;line-height:1}.industry_four_cards__texts-value{font-size:88px}.industry_four_cards__texts-unit{font-size:54px}.gradient-text{background:linear-gradient(90deg,#48d2e6,#649dee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:992px){.industry_four_cards{grid-template-columns:repeat(8,1fr);grid-template-rows:440px 360px}.industry_four_cards__card:first-child{grid-column:span 5}.industry_four_cards__card:nth-child(2){grid-column:span 3}.industry_four_cards__card:nth-child(3),.industry_four_cards__card:nth-child(4){grid-column:span 4}}@media (max-width:991px){.industry_four_cards{grid-template-columns:1fr}.industry_four_cards__card{min-height:300px}}@media (max-width:767px){.industry_four_cards__card{min-height:210px}.industry_four_cards__contents{padding:16px 24px}.industry_four_cards__label{font-size:14px}.industry_four_cards__heading{font-size:18px}.industry_four_cards__tags{display:none}.industry_four_cards__texts-desc{font-size:10px}.industry_four_cards__texts-value{font-size:58px}.industry_four_cards__texts-unit{font-size:36px}}@media (max-width:400px){.industry_four_cards__label{font-size:12px;padding:0 0 2px 8px}.industry_four_cards__heading{font-size:17px}}