.blog-highlights-section{position:relative;width:100%;background-color:#f1f8ff;padding:110px 160px 120px 160px;box-sizing:border-box;overflow:hidden}.blog-highlights-section__inner{width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box}.blog-highlights-section__header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:760px;margin:0 auto 60px auto;width:100%;box-sizing:border-box}.blog-highlights-section__eyebrow{display:inline-block;color:#005bd1;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:16px;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.blog-highlights-section__title{margin:0;color:#002b63;font-family:Inter,sans-serif;font-size:42px;font-weight:600;line-height:1.4;letter-spacing:-.04em}.blog-highlights-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;box-sizing:border-box}.blog-highlight-card{display:flex;flex-direction:column;box-sizing:border-box}.blog-highlight-card__media{width:100%;aspect-ratio:346/236;border-radius:24px;overflow:hidden;background-color:#ebf3fb;margin-bottom:20px;box-shadow:0 4px 18px rgba(0,43,99,.04)}.blog-highlight-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.blog-highlight-card:hover .blog-highlight-card__img{transform:scale(1.05)}.blog-highlight-card__body{display:flex;flex-direction:column;flex-grow:1}.blog-highlight-card__title{margin:0 0 10px 0;color:#0d0e1c;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:24px}.blog-highlight-card__text{margin:0 0 20px 0;color:#606060;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:22.5px;flex-grow:1}.blog-highlight-card__action{margin-top:auto}.blog-highlight-card__btn{display:inline-flex;align-items:center;gap:8px;border:1.5px solid #005bd1;background-color:transparent;color:#005bd1!important;font-family:Inter,sans-serif;font-size:13.5px;font-weight:600;padding:8px 18px;border-radius:10px;text-decoration:none!important;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.blog-highlight-card__btn-icon{display:block;flex-shrink:0;transition:stroke .25s ease}.blog-highlight-card__btn:hover{background-color:#005bd1;color:#fff!important}.blog-highlight-card__btn:hover .blog-highlight-card__btn-icon{stroke:#FFFFFF}@media (max-width:1200px){.blog-highlights-section{padding:90px 40px 100px 40px}.blog-highlights-section__grid{gap:20px}}@media (max-width:1024px){.blog-highlights-section{padding:80px 32px 90px 32px}.blog-highlights-section__header{margin-bottom:44px}.blog-highlights-section__title{font-size:32px}.blog-highlights-section__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.blog-highlights-section{padding:60px 20px 70px 20px}.blog-highlights-section__header{margin-bottom:36px}.blog-highlights-section__title{font-size:28px}.blog-highlights-section__grid{grid-template-columns:1fr;gap:24px;max-width:380px;margin:0 auto}.blog-highlight-card__media{border-radius:20px}}