.highlights-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:3rem}@media screen and (max-width:1000px){.highlights-wrapper{grid-template-columns:1fr;grid-gap:2rem}}.highlights-card{background:linear-gradient(135deg,#3a7bd5,#2e3192,#1b1474);border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.24);padding:1rem;transition:scale .3s}.highlights-card:hover{scale:1.05}.highlights-icon-div{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:10px}.highlights-title{color:#0ff;font-size:80%;font-weight:600;line-height:100%}.highlights-description{padding:.5rem 1rem}