.highlights-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:3rem}.highlights-card{border:4px solid;border-image:linear-gradient(145deg,#00e5ff,#07f) 1;border-radius:8px;border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.24);box-shadow:0 0 10px rgba(0,255,255,.3);padding:1rem;text-align:center;transition:transform .3s}.highlights-card:hover{transform:scale(1.05)}.highlights-icon-div{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:10px}.gradient-icon{background:linear-gradient(145deg,#fff,#00e5ff);height:200px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:200px}.highlights-icon{filter:brightness(0) invert(1);height:auto;mix-blend-mode:screen;width:100%}.highlights-title{color:#00e5ff;font-size:80%;font-weight:600}.non-gradient-title{background:linear-gradient(45deg,#00e5ff,#00e5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-size:2rem;font-weight:700}.highlights-description{font-size:110%;padding:.5rem 1rem}@media screen and (max-width:800px){.highlights-wrapper{display:grid;grid-template-columns:1fr;grid-gap:3rem}}