.highlighted-cards{margin:40px 0}
@media(min-width:992px){.highlighted-cards{margin:80px 0}
}
.highlighted-cards .wrapper-container{display:flex;flex-direction:column}
.highlighted-cards__heading{max-width:736px}
.highlighted-cards__heading .highlighted-cards__title{font-family:'FuturaPT Demi',sans-serif;font-size:32px;line-height:34px;margin-top:0;margin-bottom:16px}
@media(min-width:992px){.highlighted-cards__heading .highlighted-cards__title{font-family:'FuturaPT Demi',sans-serif;font-size:60px;line-height:62px}
}
.highlighted-cards__heading .highlighted-cards__subtitle{font-family:'FuturaPT Book',sans-serif;font-size:16px;line-height:18px}
@media(min-width:992px){.highlighted-cards__heading .highlighted-cards__subtitle{font-family:'FuturaPT Book',sans-serif;font-size:24px;line-height:26px}
}
.highlighted-cards__heading .highlighted-cards__subtitle p{margin-bottom:0}
.highlighted-cards__grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:48px;padding:0}
@media(min-width:992px){.highlighted-cards__grid{grid-template-columns:repeat(4,1fr);margin-top:60px;padding:0}
}
.highlighted-cards__grid .highlighted-cards__card{position:relative;display:flex;flex-direction:column;grid-column:span 1;justify-content:center;align-items:center;column-gap:20px;row-gap:24px;border:1px solid #efefef;border-radius:12px;padding:24px 20px;text-align:center}
@media(min-width:992px){.highlighted-cards__grid .highlighted-cards__card{flex-direction:column;justify-content:flex-start;align-items:center;row-gap:24px;padding:48px 24px}
}
.highlighted-cards__grid .highlighted-cards__card-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:72px;height:72px;background-color:rgba(0,100,145,0.2);border-radius:50%}
.highlighted-cards__grid .highlighted-cards__card-icon-img{height:40px;width:40px;background-size:contain;background-color:#006491}
.highlighted-cards__grid .highlighted-cards__card-info{display:flex;flex-direction:column;row-gap:16px}
@media(min-width:992px){.highlighted-cards__grid .highlighted-cards__card-info{justify-content:center;align-items:center;text-align:center}
}
.highlighted-cards__grid .highlighted-cards__card-title{font-family:'FuturaPT Demi',sans-serif;font-size:20px;line-height:22px;margin:0}
.highlighted-cards__grid .highlighted-cards__card-description{font-family:'FuturaPT Book',sans-serif;font-size:16px;line-height:18px}
.highlighted-cards__grid .highlighted-cards__card-link{position:absolute;width:100%;height:100%;left:0;top:0;color:#3d3d3d}
.highlighted-cards__grid .highlighted-cards__card-link:hover{color:#3d3d3d;text-decoration:none}
.highlighted-cards .highlighted-cards__button{position:relative;margin:24px auto 0 auto}
@media(min-width:992px){.highlighted-cards .highlighted-cards__button{margin:60px auto 0 auto}
}
.highlighted-cards .highlighted-cards__button:hover{color:#fff}