.industry-links-grid{background-color:var(--Black);display:flex;flex-direction:column;gap:20px;width:100%}.industry-links-grid .industry-links-row{display:flex;flex-wrap:wrap;gap:20px;width:100%}.industry-links-grid a.link-card-wrapper{align-items:flex-start;border:1px solid var(--White);flex:1 1 calc(33.33333% - 13.33333px);flex-direction:column;max-width:calc(33.33333% - 13.33333px);padding:32px 24px;position:relative;transition:.3s ease-in-out;z-index:1}.industry-links-grid a.link-card-wrapper:before{background-color:var(--Zest);bottom:0;content:"";height:0;left:0;position:absolute;right:0;transition:.3s ease-out;width:100%}.industry-links-grid a.link-card-wrapper:hover:before{height:100%;z-index:-1}.industry-links-grid a.link-card-wrapper:hover{border:1px solid var(--Zest);color:var(--Black)}.industry-links-grid .link-header{align-items:flex-start;display:flex;gap:18px}.industry-links-grid .link-number{font-size:19px;font-weight:300;line-height:130%}.industry-links-grid .link-title{font-size:36px;font-weight:400;line-height:38px;margin:0;text-transform:capitalize}@media screen and (max-width:991px){.industry-links-grid .link-card{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px)}}@media screen and (min-width:768px) and (max-width:991px){.industry-links-grid a.link-card-wrapper{flex:1 1 calc(50% - 13.33333px);max-width:calc(50% - 13.33333px)}}@media screen and (min-width:992px) and (max-width:1200px){.industry-links-grid .link-header{display:grid}}@media screen and (max-width:767px){.industry-links-grid .industry-links-row{flex-direction:column}.industry-links-grid a.link-card-wrapper{flex:1 1 100%;max-width:100%}.industry-links-grid .link-title{font-size:28px;line-height:33px}.industry-links-grid .link-card{max-width:100%}}